Metadata-Version: 2.1
Name: bio2bel-hippie
Version: 0.0.1
Summary: Bio2BEL HIPPIE.
Home-page: https://github.com/bio2bel/hippie
Author: Charles Tapley Hoyt
Author-email: charles.hoyt@scai.fraunhofer.de
Maintainer: Charles Tapley Hoyt
Maintainer-email: charles.hoyt@scai.fraunhofer.de
License: MIT
Keywords: Biological Expression Language,Protein Protein Interaction Networks
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: bio2bel
Requires-Dist: bio2bel-uniprot
Requires-Dist: pybel
Requires-Dist: sqlalchemy
Requires-Dist: tqdm

Bio2BEL HIPPIE |build| |coverage| |docs|
========================================
Converts protein-protein interactions in HIPPIE to BEL.

Installation |pypi_version| |python_versions| |pypi_license|
------------------------------------------------------------
``bio2bel_hippie`` can be installed easily from `PyPI <https://pypi.python.org/pypi/bio2bel_hippie>`_ with
the following code in your favorite terminal:

.. code-block:: sh

    $ python3 -m pip install bio2bel_hippie

or from the latest code on `GitHub <https://github.com/bio2bel/hippie>`_ with:

.. code-block:: sh

    $ python3 -m pip install git+https://github.com/bio2bel/hippie.git

.. |build| image:: https://travis-ci.com/bio2bel/hippie.svg?branch=master
    :target: https://travis-ci.com/bio2bel/hippie
    :alt: Build Status

.. |coverage| image:: https://codecov.io/gh/bio2bel/hippie/coverage.svg?branch=master
    :target: https://codecov.io/gh/bio2bel/hippie?branch=master
    :alt: Coverage Status

.. |docs| image:: https://readthedocs.org/projects/bio2bel-hippie/badge/?version=latest
    :target: https://bio2bel.readthedocs.io/projects/hippie/en/latest/?badge=latest
    :alt: Documentation Status

.. |python_versions| image:: https://img.shields.io/pypi/pyversions/bio2bel_hippie.svg
    :alt: Stable Supported Python Versions

.. |pypi_version| image:: https://img.shields.io/pypi/v/bio2bel_hippie.svg
    :alt: Current version on PyPI

.. |pypi_license| image:: https://img.shields.io/pypi/l/bio2bel_hippie.svg
    :alt: MIT License


