{ "info": { "author": "Iheanyi Ekechukwu", "author_email": "iekechukwu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: Public Domain", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Multimedia :: Sound/Audio" ], "description": "bandcamp-dl\n===========\n\ndownload audio from BandCamp.com\n\nSynopsis\n--------\n\nbandcamp-dl URL\n\nInstallation\n------------\n\n>From PyPI\n~~~~~~~~~\n\n``pip install bandcamp-downloader``\n\n>From Wheel\n~~~~~~~~~~\n\n1. Download the wheel (``.whl``) from PyPI or the Releases page\n2. ``cd`` to the directory containing the ``.whl`` file\n3. ``pip install .whl``\n\n[OSX] From Homebrew\n~~~~~~~~~~~~~~~~~~~\n\n``brew install bandcamp-dl``\n\n>From Source\n~~~~~~~~~~~\n\n1. Clone the project or `download and extract the zip `_\n2. ``cd`` to the project directory containing the ``setup.py``\n3. ``python setup.py install``\n\nDescription\n-----------\n\nbandcamp-dl is a small command-line app to download audio from\nBandCamp.com. It requires the Python interpreter, version 3.4+ and is\nnot platform specific. It is released to the public domain, which means\nyou can modify it, redistribute it or use it how ever you like.\n\nDetails\n-------\n\n::\n\n Usage:\n bandcamp-dl [options] [URL]\n\n Arguments:\n URL Bandcamp album/track URL\n\nOptions\n-------\n\n::\n\n Options:\n -h --help Show this screen.\n -v --version Show version.\n -d --debug Verbose logging.\n --artist= The artist's slug (from the URL, --track or --album is required)\n --track= The track's slug (from the URL, for use with --artist)\n --album= The album's slug (from the URL, for use with --artist)\n --template=