Metadata-Version: 2.1
Name: curation-utils
Version: 0.1.5
Summary: Miscellaneous curation scripts.
Home-page: https://github.com/sanskrit-coders/curation_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.8
Requires-Dist: gspread
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: oauth2client
Requires-Dist: pandas
Requires-Dist: google
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: beautifulsoup4
Requires-Dist: selenium
Requires-Dist: urllib3
Requires-Dist: regex
Requires-Dist: internetarchive
Requires-Dist: pypandoc
Requires-Dist: setuptools
Requires-Dist: chardet
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

|Actions Status| |Build Status| |Documentation Status| |PyPI version|

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

Miscellaneous audio processing tools.

For users
=========

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

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

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

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

Contact
-------

Have a problem or question? Please head to
`github <https://github.com/sanskrit-coders/curation_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/curation_utils/>`__

.. |Actions Status| image:: https://github.com/sanskrit-coders/curation_utils/workflows/Python%20package/badge.svg
   :target: https://github.com/sanskrit-coders/curation_utils/actions
.. |Build Status| image:: https://travis-ci.org/sanskrit-coders/curation_utils.svg?branch=master
   :target: https://travis-ci.org/sanskrit-coders/curation_utils
.. |Documentation Status| image:: https://readthedocs.org/projects/curation_utils/badge/?version=latest
   :target: http://curation_utils.readthedocs.io/en/latest/?badge=latest
.. |PyPI version| image:: https://badge.fury.io/py/curation_utils.svg
   :target: https://badge.fury.io/py/curation_utils


