Metadata-Version: 1.1
Name: jpredapi
Version: 1.5.4
Summary: Python library for submitting jobs to JPRED - A Protein Secondary Structure Prediction Server
Home-page: https://github.com/MoseleyBioinformaticsLab/jpredapi
Author: Andrey Smelter
Author-email: andrey.smelter@gmail.com
License: BSD
Description: jpredapi
        ========
        
        .. image:: https://img.shields.io/pypi/l/jpredapi.svg
           :target: https://choosealicense.com/licenses/bsd-3-clause-clear/
           :alt: License information
        
        .. image:: https://img.shields.io/pypi/v/jpredapi.svg
           :target: https://pypi.org/project/jpredapi/
           :alt: Current library version
        
        .. image:: https://img.shields.io/pypi/pyversions/jpredapi.svg
           :target: https://pypi.org/project/jpredapi/
           :alt: Supported Python versions
        
        .. image:: https://readthedocs.org/projects/jpredapi/badge/?version=latest
           :target: https://jpredapi.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation status
        
        .. image:: https://api.travis-ci.org/MoseleyBioinformaticsLab/jpredapi.svg?branch=master
           :target: https://travis-ci.org/MoseleyBioinformaticsLab/jpredapi
           :alt: Travis CI status
        
        
        The `jpredapi` package provides a simple Python interface for submitting
        and retrieving jobs from JPred: A Protein Secondary Structure Prediction Server
        (JPred_).
        
        This is unofficial Python port of `jpredapi` perl script that can be found here:
        http://www.compbio.dundee.ac.uk/jpred4/api.shtml
        
        
        Links
        ~~~~~
        
           * jpredapi @ GitHub_
           * jpredapi @ PyPI_
           * Documentation @ ReadTheDocs_
        
        
        Installation
        ~~~~~~~~~~~~
        
        Install on Linux, Mac OS X
        --------------------------
        
        .. code:: bash
        
           python3 -m pip install jpredapi
        
        Install on Windows
        ------------------
        
        .. code:: bash
        
           py -3 -m pip install jpredapi
        
        .. note:: Read the `User Guide`_ and `The jpredapi Tutorial`_ on ReadTheDocs_
                  to learn more and to see code examples on using the `jpredapi` as a
                  library and as a command-line tool.
        
        
        License
        ~~~~~~~
        
        This package is distributed under the BSD_ `license`.
        
        
        .. _pip: https://pip.pypa.io/
        .. _JPred: http://www.compbio.dundee.ac.uk/jpred/
        
        .. _GitHub: https://github.com/MoseleyBioinformaticsLab/jpredapi
        .. _ReadTheDocs: http://jpredapi.readthedocs.io/
        .. _PyPI: https://pypi.python.org/pypi/jpredapi/1.5.0
        .. _User Guide: http://jpredapi.readthedocs.io/en/latest/guide.html
        .. _The jpredapi Tutorial: http://jpredapi.readthedocs.io/en/latest/tutorial.html
        .. _BSD: https://choosealicense.com/licenses/bsd-3-clause-clear/
        
Keywords: JPRED REST API
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
