Skip to main content

Interact with EBI Ontology Lookup Service

Project description

A Python wrapper for accessing the RESTful API of the Ontology Lookup Service

Installation

Install the latest stable version from PyPI

$ python3 -m pip install ols_client

Install the latest version directly from GitHub

$ python3 -m pip install git+https://github.com/cthoyt/ols-client.git

Cookbook

Getting labels from ontology

>>> from ols_client import get_labels
>>> labels = get_labels('chebi')

Getting labels from ontology using an alternative OLS

>>> from ols_client import get_labels
>>> labels = get_labels('chebi', ols_base='http://lookup.scaiview.com/ols-boot/api/')

Using the CLI

$ python3 -m ols_client labels chebi > chebi.txt

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

ols_client-0.0.4.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

ols_client-0.0.4-py2.py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 2 Python 3

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