aidsinfo 1.1
A Python wrapper for the AIDSinfo drug information API.
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| aidsinfo-1.1.tar.gz (md5) | Source | 2011-08-08 | 5KB | 251 | |
- Author: Zach Williams
- Home Page: https://github.com/zachwill/fred
- Keywords: aids,aids info,AIDSinfo,aidsinfo
- License: BSD
- Categories
- Package Index Owner: zachwill
- DOAP record: aidsinfo-1.1.xml
