Metadata-Version: 1.2
Name: bio2bel_uniprot
Version: 0.0.1
Summary: A package for downloading, parsing, storing, and serializing UniProt
Home-page: https://github.com/bio2bel/uniprot
Author: Charles Tapley Hoyt
Author-email: charles.hoyt@scai.fraunhofer.de
Maintainer: Charles Tapley Hoyt
Maintainer-email: charles.hoyt@scai.fraunhofer.de
License: MIT License
Description: Bio2BEL UniProt |build| |coverage| |docs| |zenodo|
        ==================================================
        Converts UniProt to BEL
        
        Installation |pypi_version| |python_versions| |pypi_license|
        ------------------------------------------------------------
        ``bio2bel_uniprot`` can be installed easily from `PyPI <https://pypi.python.org/pypi/bio2bel_uniprot>`_ with
        the following code in your favorite terminal:
        
        .. code-block:: sh
        
            $ python3 -m pip install bio2bel_uniprot
        
        or from the latest code on `GitHub <https://github.com/bio2bel/uniprot>`_ with:
        
        .. code-block:: sh
        
            $ python3 -m pip install git+https://github.com/bio2bel/uniprot.git@master
        
        
        .. |build| image:: https://travis-ci.org/bio2bel/uniprot.svg?branch=master
            :target: https://travis-ci.org/bio2bel/uniprot
            :alt: Build Status
        
        .. |coverage| image:: https://codecov.io/gh/bio2bel/uniprot/coverage.svg?branch=master
            :target: https://codecov.io/gh/bio2bel/uniprot?branch=master
            :alt: Coverage Status
        
        .. |docs| image:: http://readthedocs.org/projects/bio2bel-uniprot/badge/?version=latest
            :target: http://bio2bel.readthedocs.io/projects/uniprot/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. |climate| image:: https://codeclimate.com/github/bio2bel/uniprot/badges/gpa.svg
            :target: https://codeclimate.com/github/bio2bel/uniprot
            :alt: Code Climate
        
        .. |python_versions| image:: https://img.shields.io/pypi/pyversions/bio2bel_uniprot.svg
            :alt: Stable Supported Python Versions
        
        .. |pypi_version| image:: https://img.shields.io/pypi/v/bio2bel_uniprot.svg
            :alt: Current version on PyPI
        
        .. |pypi_license| image:: https://img.shields.io/pypi/l/bio2bel_uniprot.svg
            :alt: MIT License
        
        .. |zenodo| image:: https://zenodo.org/badge/97003706.svg
            :target: https://zenodo.org/badge/latestdoi/97003706
            :alt: Zenodo DOI
        
Keywords: Biological Expression Language,BEL,Systems Biology,Networks Biology,InterPro
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
