Metadata-Version: 2.4
Name: bel_resources
Version: 0.0.3
Summary: Utilities for BEL resource files.
Home-page: https://github.com/cthoyt/bel-resources
Download-URL: https://github.com/cthoyt/bel-resources/releases
Author: Charles Tapley Hoyt
Author-email: cthoyt@gmail.com
Maintainer: Charles Tapley Hoyt
Maintainer-email: cthoyt@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/cthoyt/bel-resources/issues
Project-URL: Source Code, https://github.com/cthoyt/bel-resources
Keywords: Biological Expression Language,BEL,Semantic Web,Networks Biology,Systems Biology,Ontologies
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: requests_file
Requires-Dist: multisplitby
Provides-Extra: obo
Requires-Dist: obonet; extra == "obo"
Dynamic: download-url
Dynamic: license-file

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
