Metadata-Version: 2.1
Name: bio2bel
Version: 0.0.10.dev0
Summary: A package for converting biological stuff to BEL
Home-page: https://github.com/bio2bel/bio2bel
Author: Charles Tapley Hoyt
Author-email: charles.hoyt@scai.fraunhofer.de
Maintainer: Charles Tapley Hoyt
Maintainer-email: charles.hoyt@scai.fraunhofer.de
License: Apache 2.0 License
Keywords: Biological Expression Language,BEL,Systems Biology,Networks Biology
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides-Extra: web
Provides-Extra: namespaces
Requires-Dist: sqlalchemy
Requires-Dist: click
Requires-Dist: pandas
Requires-Dist: tqdm
Provides-Extra: namespaces
Requires-Dist: pybel; extra == 'namespaces'
Provides-Extra: web
Requires-Dist: flask; extra == 'web'
Requires-Dist: flask-admin; extra == 'web'

Bio2BEL |build| |coverage| |docs| |zenodo|
==========================================
Bio2BEL is a project aimed at bringing biological databases and other structured knowledge sources in a wide variety
of schemata into the unified framework of `Biological Expression Language <http://http://openbel.org/>`_.

Two important places to look:

- `How to make a Bio2BEL Repository <http://bio2bel.readthedocs.io/en/latest/tutorial.html>`_
- `How to use the CLI <http://bio2bel.readthedocs.io/en/latest/cli.html>`_

Installation |pypi_version| |python_versions| |pypi_license|
------------------------------------------------------------
Download the latest stable code from `PyPI <https://pypi.org/project/bio2bel>`_ with:

.. code-block:: sh

   $ python3 -m pip install bio2bel

or get the latest from GitHub with:

.. code-block:: sh

   $ git clone https://github.com/bio2bel/bio2bel.git
   $ cd bio2bel
   $ python3 -m pip install -e .

or check the `installation instructions <http://bio2bel.readthedocs.io/en/latest/#installation>`_.

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

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

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

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

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

.. |pypi_license| image:: https://img.shields.io/pypi/l/bio2bel.svg
    :alt: Apache 2.0 License

.. |zenodo| image:: https://zenodo.org/badge/99800349.svg
    :target: https://zenodo.org/badge/latestdoi/99800349


