Metadata-Version: 2.1
Name: pygobo
Version: 0.1.0
Summary: Property Graphs for Open Biological and Biomedical Ontologies
Home-page: https://github.com/alexmilowski/pygobo
Author: Alex Miłowski
Author-email: alex@milowski.com
License: UNKNOWN
Keywords: obo ontology property graph
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: lark-parser
Requires-Dist: redis
Requires-Dist: redisgraph

# Property Graphs for Open Biological Ontologies
Property Graphs library for Open Biological and Biomedical Ontologies (OBO) in
Python. This library supports reading OBO formatted ontologies into python
data structures. It also supports generation of cypher statements to load
the ontology into a property graph database like RedisGraph.


