Metadata-Version: 2.0
Name: onto2nx
Version: 0.1.0
Summary: A package for parsing ontologies into NetworkX graphs
Home-page: https://github.com/cthoyt/onto2nx
Author: Charles Tapley Hoyt
Author-email: charles.hoyt@scai.fraunhofer.de
License: GPL 3.0 License
Keywords: Ontologies,Controlled Vocabularies
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: SPARQLWrapper
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: networkx
Requires-Dist: pyfiglet
Requires-Dist: pygments
Requires-Dist: rdflib
Requires-Dist: rdflib-jsonld
Requires-Dist: requests

onto2nx
=======

|develop_build| |develop_coverage| |python_versions| |pypi_version| |pypi_license|


.. |develop_build| image:: https://travis-ci.org/cthoyt/onto2nx.svg?branch=develop
    :target: https://travis-ci.org/cthoyt/onto2nx
    :alt: Build Status

.. |develop_coverage| image:: https://codecov.io/gh/cthoyt/onto2nx/coverage.svg?branch=develop
    :target: https://codecov.io/gh/cthoyt/onto2nx?branch=develop
    :alt: Code coverage Status

.. |python_versions| image:: https://img.shields.io/pypi/pyversions/onto2nx.svg
    :alt: Supported Python Versions

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

.. |pypi_license| image:: https://img.shields.io/pypi/l/onto2nx.svg
    :alt: GPL 3.0 License


Converts OWL ontologies and OBO to NetworkX Graphs

As of its first version, onto2nx currently relies on the code of a stripped-down version of OntoSpy. We'd
like to thank `Michele Pasin <https://github.com/lambdamusic>`_ for all of his hard work and making
it avaliable under GPL 3.0 so we could use it too.


