Metadata-Version: 2.1
Name: pybel-tools
Version: 0.8.0
Summary: A cool pool of tools for BEL
Home-page: https://github.com/pybel/pybel-tools
Author: Charles Tapley Hoyt
Author-email: cthoyt@gmail.com
Maintainer: Charles Tapley Hoyt
Maintainer-email: cthoyt@gmail.com
License: MIT
Download-URL: https://github.com/pybel/pybel-tools/releases
Project-URL: Bug Tracker, https://github.com/pybel/pybel-tools/issues
Project-URL: Source Code, https://github.com/pybel/pybel-tools
Project-URL: Documentation, https://pybel-tools.readthedocs.io
Keywords: Biological Expression Language,BEL,Networks Biology,Systems Biology
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.7
Requires-Dist: dataclasses-json
Requires-Dist: networkx
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: sqlalchemy
Requires-Dist: tqdm
Requires-Dist: bel-resources (>=0.0.3)
Requires-Dist: pybel (<0.15.0,>=0.14.9)
Requires-Dist: bel-repository
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: numpy
Provides-Extra: assembler_html
Requires-Dist: jinja2 ; extra == 'assembler_html'
Provides-Extra: assembler_ideogram
Requires-Dist: IPython ; extra == 'assembler_ideogram'
Requires-Dist: jinja2 ; extra == 'assembler_ideogram'
Requires-Dist: bio2bel-hgnc ; extra == 'assembler_ideogram'
Requires-Dist: bio2bel-entrez ; extra == 'assembler_ideogram'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-click ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'

PyBEL Tools |build| |coverage| |documentation| |zenodo|
=======================================================
`PyBEL Tools <https://pybel-tools.readthedocs.io/>`_ is a suite of tools built on top of
`PyBEL <https://pybel.readthedocs.io>`_ to facilitate data management, integration, and analysis. For examples,
see the `PyBEL Notebooks <https://github.com/pybel/pybel-notebooks>`_ repository.

Citation
--------
If you find PyBEL useful for your work, please consider citing:

.. [1] Hoyt, C. T., *et al.* (2017). `PyBEL: a Computational Framework for Biological Expression Language
       <https://doi.org/10.1093/bioinformatics/btx660>`_. Bioinformatics, 34(December), 1–2.

Installation |pypi_version| |python_versions| |pypi_license|
------------------------------------------------------------
PyBEL Tools can be installed easily from PyPI_ with the following code in
your favorite terminal:

.. code-block:: bash

    $ pip install pybel_tools

or from the latest code on `GitHub <https://github.com/pybel/pybel-tools>`_ with:

.. code-block:: bash

    $ pip install git+https://github.com/pybel/pybel-tools.git

See the `installation documentation <http://pybel-tools.readthedocs.io/en/stable/installation.html>`_ for more advanced
instructions.

Documentation and Examples
--------------------------
- Documentation at https://pybel-tools.readthedocs.io
- Cookbook at https://github.com/pybel/pybel-notebooks

Acknowledgements
----------------
This package was originally developed as part of the master's work of
`Charles Tapley Hoyt <https://github.com/cthoyt>`_ at `Fraunhofer SCAI <https://www.scai.fraunhofer.de/>`_.

Links
-----
- Documented on `Read the Docs <https://pybel-tools.readthedocs.io/>`_
- Versioned on `GitHub <https://github.com/pybel/pybel-tools>`_
- Tested on `Travis CI <https://travis-ci.org/pybel/pybel-tools>`_
- Distributed by PyPI_

.. _PyPI: https://pypi.python.org/pypi/pybel_tools

.. |build| image:: https://travis-ci.org/pybel/pybel-tools.svg?branch=develop
    :target: https://travis-ci.org/pybel/pybel-tools
    :alt: Development Build Status

.. |coverage| image:: https://codecov.io/gh/pybel/pybel-tools/coverage.svg?branch=develop
    :target: https://codecov.io/gh/pybel/pybel-tools?branch=develop
    :alt: Development Coverage Status

.. |documentation| image:: https://readthedocs.org/projects/pybel-tools/badge/?version=latest
    :target: http://pybel-tools.readthedocs.io/en/latest/
    :alt: Development Documentation Status

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

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

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

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


