Metadata-Version: 2.1
Name: libprot
Version: 0.1.1
Summary: A library of utilities for working with proteins
Home-page: https://bitbucket.org/gusennan/libprot
Author: Nate Guerin
Author-email: nate@textpla.in
License: GNU General Public License v3
Keywords: libprot
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: numpy (>=1.16.4)
Requires-Dist: biopython (>=1.73)
Requires-Dist: ProDy (>=1.10.10)
Requires-Dist: pyparsing (>=2.4.0)
Requires-Dist: scipy (>=1.3.0)

=======
libprot
=======


.. image:: https://img.shields.io/pypi/v/libprot.svg
        :target: https://pypi.python.org/pypi/libprot

.. image:: https://img.shields.io/travis/gusennan/libprot.svg
        :target: https://travis-ci.org/gusennan/libprot

.. image:: https://readthedocs.org/projects/libprot/badge/?version=latest
        :target: https://libprot.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A library of utilities for working with proteins


* Free software: GNU General Public License v3
* Documentation: https://libprot.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `elgertam/cookiecutter-pipenv`_ project template, based on `audreyr/cookiecutter-pypackage`_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`elgertam/cookiecutter-pipenv`: https://github.com/elgertam/cookiecutter-pipenv
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-06-13)
------------------

* First release on PyPI.


