Metadata-Version: 2.0
Name: abzer
Version: 0.2
Summary: AcousticBrainz submission tool
Home-page: ['http://github.com/mineo/abzer']
Author: Wieland Hoffmann
Author-email: themineo@gmail.com
License: MIT
Download-URL: ['https://github.com/mineo/abzer/tarball/master']
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: aiohttp
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'




abzer
═════

  Install abzer as shown [here] , run it by either calling
  `/usr/bin/abzer' or `python -m abzer'.

  Until Read the Docs supports Python 3.5, I'll just dump `--help' here

  ┌────
  │ usage: abzer [-h] [-c CONFIG] [-p PROCESSES] [-v] FILENAME [FILENAME ...]
  │
  │ positional arguments:
  │   FILENAME
  │
  │ optional arguments:
  │   -h, --help            show this help message and exit
  │   -c CONFIG, --config CONFIG
  │                         The path to the config file. (default:
  │                         /home/<username>/.abzsubmit/abzsubmit.conf)
  │   -p PROCESSES, --processes PROCESSES
  │                         The number of processes to use for analyzing files.
  │                         (default: <number of cpus>)
  │   -v, --verbose         Be more verbose. (default: False)
  └────

  abzer uses the same config file as the [acousticbrainz-client]
  application, but only uses the `path' option in the `essentia'
  section. However, it doesn't require a config file to work, but just
  uses default values. If those don't work on your system, you'll be
  notified of that.


  [here] https://abzer.readthedocs.org/en/latest/setup.html

  [acousticbrainz-client] https://github.com/MTG/acousticbrainz-client


