Metadata-Version: 1.1
Name: jpredapi
Version: 1.5.0
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: MIT
Description: jpredapi
        ========
        
        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 `nmrstarlib` as a
                  library and as a command-line tool.
        
        
        .. _pip: https://pip.pypa.io/
        .. _JPRED: http://www.compbio.dundee.ac.uk/jpred/
        
        .. _GitHub: https://github.com/MoseleyBioinformaticsLab/jpredapi
        .. _ReadTheDocs: http://jpredapi.readthedocs.io/
        .. _User Guide: http://jpredapi.readthedocs.io/en/latest/guide.html
        .. _The jpredapi Tutorial: http://jpredapi.readthedocs.io/en/latest/tutorial.html
Keywords: JPRED 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: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
