Skip to main content

Python3 parser and network representation of Open Biological and Biomedical Ontologies (OBO)

Project description

from pobo import Parser

parser = Parser("file.obo")

for stanza in parser:
    ...
parser.headers.get("format-version")
parser.headers.get("...")
stanza.name

stanza.tags

for tag, value in stanza.tags.items():
    ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pobo-1.0.5.tar.gz (711 Bytes view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page