Miscellaneous audio processing tools.
- 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 curation_utils -U -e.[all]
sudo pip install git+https://github.com/sanskrit-coders/curation_utils/@master -U -e.[all]
- 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.