Skip to main content

A Python wrapper for the AIDSinfo drug information API.

Project description

A Python wrapper for the AIDSinfo drug information API.

AIDSinfo Documentation: http://www.aidsinfo.nih.gov/Other/rss.aspx

Usage

>>> from aidsinfo import DrugInfo
>>> info = DrugInfo()
>>> info.search('abacavir')
{'abacavir': {'data': 'here'}}
>>> info.search('combivir')
{'combivir': {'data': 'here'}}
>>> # You can also get back just the XML data.
... xml_data = info.search('combivir', output_format=None)

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

aidsinfo-1.1.tar.gz (6.0 kB 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