{ "info": { "author": "Zach Williams", "author_email": "zach@codeforamerica.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP" ], "description": "AIDSinfo Python API Wrapper\n===========================\n\nA Python wrapper for the AIDSinfo drug information API.\n\nAIDSinfo Documentation: http://www.aidsinfo.nih.gov/Other/rss.aspx\n\n\nUsage\n-----\n\n >>> from aidsinfo import DrugInfo\n >>> info = DrugInfo()\n >>> info.search('abacavir')\n {'abacavir': {'data': 'here'}}\n\n >>> info.search('combivir')\n {'combivir': {'data': 'here'}}\n\n >>> # You can also get back just the XML data.\n ... xml_data = info.search('combivir', output_format=None)\n\n\nCopyright\n---------\n\nCopyright (c) 2011 Code for America Laboratories.\n\nSee LICENSE for details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zachwill/fred", "keywords": "aids,aids info,AIDSinfo,aidsinfo", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "aidsinfo", "package_url": "https://pypi.org/project/aidsinfo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aidsinfo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zachwill/fred" }, "release_url": "https://pypi.org/project/aidsinfo/1.1/", "requires_dist": null, "requires_python": null, "summary": "A Python wrapper for the AIDSinfo drug information API.", "version": "1.1" }, "last_serial": 786198, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "0658e2ffe9d32b894f39a96899d931ae", "sha256": "e90d4138c22ac3c34b32f344c8b8f55e55e6af25a7ee4709761e08e03ac17487" }, "downloads": -1, "filename": "aidsinfo-1.0.tar.gz", "has_sig": false, "md5_digest": "0658e2ffe9d32b894f39a96899d931ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2541, "upload_time": "2011-08-04T19:26:10", "url": "https://files.pythonhosted.org/packages/d5/18/1ff6949de54ea853c7fb4cab30e2e14b4040b08fb8a9d9a47b31208ae237/aidsinfo-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "2311c90aa7818760d312eef82cb1a339", "sha256": "d28438c8b8bba2aa09efbabd746c5f6338aa0b3d40fdcb85df7233c1978d5d0d" }, "downloads": -1, "filename": "aidsinfo-1.1.tar.gz", "has_sig": false, "md5_digest": "2311c90aa7818760d312eef82cb1a339", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6018, "upload_time": "2011-08-08T21:06:24", "url": "https://files.pythonhosted.org/packages/5b/59/fefb394d9a6fb6ecb173d03daa5a8f733b9cf22686cdd948b2f14ecb3131/aidsinfo-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2311c90aa7818760d312eef82cb1a339", "sha256": "d28438c8b8bba2aa09efbabd746c5f6338aa0b3d40fdcb85df7233c1978d5d0d" }, "downloads": -1, "filename": "aidsinfo-1.1.tar.gz", "has_sig": false, "md5_digest": "2311c90aa7818760d312eef82cb1a339", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6018, "upload_time": "2011-08-08T21:06:24", "url": "https://files.pythonhosted.org/packages/5b/59/fefb394d9a6fb6ecb173d03daa5a8f733b9cf22686cdd948b2f14ecb3131/aidsinfo-1.1.tar.gz" } ] }