Metadata-Version: 2.1
Name: compath-utils
Version: 0.3.1
Summary: A utilities package for ComPath
Home-page: https://github.com/compath/compath_utils
Author: Daniel Domingo-Fernández and Charles Tapley Hoyt
Author-email: daniel.domingo.fernandez@scai.fraunhofer.de
Maintainer: Daniel Domingo-Fernández
Maintainer-email: daniel.domingo.fernandez@scai.fraunhofer.de
License: MIT
Download-URL: https://pypi.org/project/compath-utils
Project-URL: Bug Tracker, https://github.com/compath/compath_utils/issues
Project-URL: Source Code, https://github.com/compath/compath_utils
Project-URL: Documentation, https://compath-utils.readthedocs.io
Description: ComPath Utils |build| |docs| |coverage|
        =======================================
        A repository containing abstract classes that all `Bio2BEL <https://github.com/bio2bel/>`_ packages should extend
        in order to be adapted to the ComPath environment.
        
        Installation |pypi_version| |python_versions| |pypi_license|
        ------------------------------------------------------------
        ``compath_utils`` can be installed easily from `PyPI <https://pypi.python.org/pypi/compath_utils>`_ with the
        following code in your favorite terminal:
        
        .. code-block:: sh
        
            $ python3 -m pip install compath_utils
        
        or from the latest code on `GitHub <https://github.com/Compath/compath_utils>`_ with:
        
        .. code-block:: sh
        
            $ python3 -m pip install git+https://github.com/ComPath/compath_utils.git@master
        
        
        .. |build| image:: https://travis-ci.org/ComPath/ComPath-Utils.svg?branch=master
            :target: https://travis-ci.org/ComPath/ComPath-Utils
            :alt: Build Status
        
        .. |docs| image:: http://readthedocs.org/projects/ComPath-Utils/badge/?version=latest
            :target: https://compath_utils.readthedocs.io/en/latest/
            :alt: Documentation Status
        
        .. |climate| image:: https://codeclimate.com/github/ComPath/ComPath-Utils/badges/gpa.svg
            :target: https://codeclimate.com/github/ComPath/ComPath-Utils
            :alt: Code Climate
        
        .. |python_versions| image:: https://img.shields.io/pypi/pyversions/compath_utils.svg
            :alt: Stable Supported Python Versions
        
        .. |pypi_version| image:: https://img.shields.io/pypi/v/compath_utils.svg
            :alt: Current version on PyPI
        
        .. |pypi_license| image:: https://img.shields.io/pypi/l/compath_utils.svg
            :alt: MIT License
        
        .. |coverage| image:: https://codecov.io/gh/ComPath/ComPath-Utils/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/ComPath/ComPath-Utils
        
Keywords: Pathways,Systems Biology,Networks Biology,Curation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
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
Requires-Python: >=3.7
Provides-Extra: docs
