Faultless AST for Open Biomedical Ontologies (OBO) in Python. Version 0.14.1 provides robust parsing, manipulation, and serialization of OBO files, with optional OWL export. Released regularly, with pre-built wheels for many platforms.
pip install fastoboVerified import paths — ran on the pinned version, not inferred.
Load and iterate over an OBO ontology file.
frame.name or ''
Upgrade Python to >=3.7
pip install fastobo[owl] or pip install fastobo-owl
doc = load('/path/to/file.obo') # Do not pass file handleNo action needed unless relying on concurrency; upgrade to latest
No dependency data recorded yet.