audio-curation

Some scripts for checking and curating audio file contributions to the Mahabharata audio project.


Keywords
audio, internet-archive
License
MIT
Install
pip install audio-curation==0.0.4

Documentation

^Build status Build Status Documentation Status

Audio curation

A package for curating audio file collections, with ability to sync with archive.org audio items.

For users

Installation or upgrade:

  • sudo pip install audio_curation -U
  • sudo pip install git+https://github.com/sanskrit-coders/audio_curation/@master -U
  • Web.

For contributors

Contact

Have a problem or question? Please head to github.

Packaging

  • ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing

Build documentation

  • sphinx html docs can be generated with cd docs; make html

Testing

Run pytest in the root directory.

Auxiliary tools