A package for curating audio file collections, with ability to sync with archive.org audio items.
- Autogenerated Docs on readthedocs (might be broken).
 - Manually and periodically generated docs here
 - For detailed examples and help, please see individual module files in this package.
 
sudo pip install audio_curation -Usudo pip install git+https://github.com/sanskrit-coders/audio_curation/@master -U- Web.
 
Have a problem or question? Please head to github.
- ~/.pypirc should have your pypi login credentials.
 
python setup.py bdist_wheel
twine upload dist/* --skip-existing
- sphinx html docs can be generated with 
cd docs; make html 
Run pytest in the root directory.