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)
Copyright
Copyright (c) 2011 Code for America Laboratories.
See LICENSE for details.
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file aidsinfo-1.1.tar.gz
.
File metadata
- Download URL: aidsinfo-1.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d28438c8b8bba2aa09efbabd746c5f6338aa0b3d40fdcb85df7233c1978d5d0d |
|
MD5 | 2311c90aa7818760d312eef82cb1a339 |
|
BLAKE2b-256 | 5b59fefb394d9a6fb6ecb173d03daa5a8f733b9cf22686cdd948b2f14ecb3131 |