Metadata-Version: 1.2
Name: compath-utils
Version: 0.0.6
Summary: A utilities package for ComPath
Home-page: https://github.com/compath/compath_utils
Author: Charles Tapley Hoyt and Daniel Domingo-Fernández
Author-email: charles.hoyt@scai.fraunhofer.de
Maintainer: Charles Tapley Hoyt and Daniel Domingo-Fernández
Maintainer-email: charles.hoyt@scai.fraunhofer.de
License: MIT License
Description: ComPath Utils |build| |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
        
        .. |coverage| image:: https://codecov.io/gh/ComPath/compath_utils/coverage.svg?branch=master
            :target: https://codecov.io/gh/ComPath/compath_utils?branch=master
            :alt: Coverage 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
        
Keywords: Pathways,Networks Biology,Systems 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.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
