Metadata-Version: 2.1
Name: audio-curation
Version: 0.0.2
Summary: Some scripts for checking and curating audio file contributions to the Mahabharata audio project.
Home-page: https://github.com/sanskrit-coders/audio_curation
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: pandas
Requires-Dist: internetarchive
Requires-Dist: pydub
Requires-Dist: eyed3
Requires-Dist: gspread
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

|Build Status| |Documentation Status|

Audio curation
--------------

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

For users
=========

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

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

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

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

Contact
-------

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

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_curation/>`__

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


