1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
BEL Resources |build| |coverage| |zenodo|
=========================================
Utilities for BEL resource files.
Installation |pypi_version| |python_versions| |pypi_license|
------------------------------------------------------------
Install from `PyPI <https://pypi.python.org/pypi/bel-resources>`_ with:
.. code-block:: bash
$ pip install bel-resources
or get the latest code from `GitHub <https://github.com/pybel/bel-resources>`_ with:
.. code-block:: bash
$ git clone https://github.com/pybel/bel-resources.git
$ cd bel-resources
$ pip install -e .
.. |build| image:: https://travis-ci.com/pybel/bel-resources.svg?branch=master
:target: https://travis-ci.com/pybel/bel-resources
.. |coverage| image:: https://codecov.io/gh/pybel/bel-resources/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pybel/bel-resources
.. |python_versions| image:: https://img.shields.io/pypi/pyversions/bel-resources.svg
:alt: Stable Supported Python Versions
.. |pypi_version| image:: https://img.shields.io/pypi/v/bel-resources.svg
:alt: Current version on PyPI
.. |pypi_license| image:: https://img.shields.io/pypi/l/bel-resources.svg
:alt: MIT License
.. |zenodo| image:: https://zenodo.org/badge/164254633.svg
:target: https://zenodo.org/badge/latestdoi/164254633
|