Metadata-Version: 2.1
Name: audio-utils
Version: 0.0.1
Summary: Miscellaneous audio processing scripts.
Home-page: https://github.com/sanskrit-coders/audio_utils
Author: Sanskrit programmers
Author-email: sanskrit-programmers@googlegroups.com
License: MIT
Keywords: audio internet-archive
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
Requires-Dist: pydub
Requires-Dist: ffmpy
Requires-Dist: eyed3
Requires-Dist: mutagen
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

|Build Status| |Documentation Status|

Audio utils
-----------

Miscellaneous audio processing tools.

For users
=========

-  `Autogenerated Docs on readthedocs (might be
   broken) <http://audio_utils.readthedocs.io/en/latest/>`__.
-  Manually and periodically generated docs
   `here <https://sanskrit-coders.github.io/audio_utils/build/html/>`__
-  For detailed examples and help, please see individual module files in
   this package.

Installation or upgrade:
------------------------

-  ``sudo pip install audio_utils -U``
-  ``sudo pip install git+https://github.com/sanskrit-coders/audio_utils/@master -U``
-  `Web <https://pypi.python.org/pypi/audio_utils>`__.

For contributors
================

Contact
-------

Have a problem or question? Please head to
`github <https://github.com/sanskrit-coders/audio_utils>`__.

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
---------------

-  |Build Status|
-  |Documentation Status|
-  `pyup <https://pyup.io/account/repos/github/sanskrit-coders/audio_utils/>`__

.. |Build Status| image:: https://travis-ci.org/sanskrit-coders/audio_utils.svg?branch=master
   :target: https://travis-ci.org/sanskrit-coders/audio_utils
.. |Documentation Status| image:: https://readthedocs.org/projects/audio_utils/badge/?version=latest
   :target: http://audio_utils.readthedocs.io/en/latest/?badge=latest


