Skip to main content

A python client to interact with enviPath

Project description

enviPath Python

Quickstart

from pprint import pprint
from enviPath_python import enviPath

eP = enviPath('https://envipath.org')

bbd = eP.get_package('https://envipath.org/package/32de3cf4-e3e6-4168-956e-32fa5ddb0ce1')

bbd_pws = bbd.get_pathways()

pprint(bbd_pws[0].get_description())

Advanced

from enviPath_python import enviPath
from enviPath_python.utils import NonPersistent

eP = enviPath('https://envipath.org')
np = NonPersistent(eP)

setting = eP.who_am_i().get_default_setting()

predictions = np.predict(eP.who_am_i().get_default_setting(), 'c1ccccc1')

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

enviPath-python-0.1.0.tar.gz (22.4 kB view hashes)

Uploaded Source

Built Distribution

enviPath_python-0.1.0-py3-none-any.whl (26.3 kB view hashes)

Uploaded 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