{ "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": "Clincal Trials Python API\n=========================\n\nA Python API wrapper for the\n[ClincalTrials.gov API](http://clinicaltrials.gov/ct2/info/linking).\n\nDocumentation for [ClinicalTrials.gov can be found\nhere.](http://clinicaltrials.gov/ct2/info/linking)\n\n\nUsage\n-----\n\nThe `Trials` class only has two methods -- `search` and `download`. The\nsame information from `search` is returned to the `download` method in\nZIP file format.\n\n >>> from clinical_trials import Trials\n >>> t = Trials()\n >>> t.search(\"alzheimer's disease\")\n\n >>> t.search('diabetes', 'cond')\n >>> t.search('diabetes', 'condition')\n >>> t.search(condition='diabetes')\n\n >>> # Specify the number of trials turned.\n ... t.search(intervention='Fluoxetine', count=200)\n\n >>> # Find trials no longer recruiting.\n ... t.search('lyme disease', recruiting='closed')\n\n >>> # If you want plain XML returned back.\n ... t.search(sponsor='NHLBI', output_format=None)\n\n >>> # You can also find trials by location -- up to 3 states or countries.\n ... t.search('cancer', state='TX')\n\n >>> t.search('diabetes', state1='TX', state2='NY', state3='CA')\n >>> t.search(condition='lyme disease', country1='US', country2='CA')\n\n >>> # And you can download a ZIP file with the data.\n ... zip_file = t.download('cancer', count=500)\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/codeforamerica/Clinical-Trials-Python", "keywords": "clinical trials,clinicaltrials,clinical_trials", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "clinical_trials", "package_url": "https://pypi.org/project/clinical_trials/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clinical_trials/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/codeforamerica/Clinical-Trials-Python" }, "release_url": "https://pypi.org/project/clinical_trials/1.1/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for the Clincal Trials API.", "version": "1.1" }, "last_serial": 787468, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "88f6301fa13a67b6fd06942edd39ebc1", "sha256": "b5ebf0481b3e4c28dc5b4cf09eab003cfeecdb72d9f5ef5bcebd22463871fdca" }, "downloads": -1, "filename": "clinical_trials-1.0.tar.gz", "has_sig": false, "md5_digest": "88f6301fa13a67b6fd06942edd39ebc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3636, "upload_time": "2011-08-04T19:32:48", "url": "https://files.pythonhosted.org/packages/0e/d7/242be7b2f08031e7e1123221074d03dc890f3ba8752f902e83fb589970cd/clinical_trials-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "53ee51c5b97b5eac9d5d4022fd9346fb", "sha256": "3576eabb8ea205b778ec2ee4ee7c42d98e0c779da71cc998ce3ccfbe5d1c11df" }, "downloads": -1, "filename": "clinical_trials-1.1.tar.gz", "has_sig": false, "md5_digest": "53ee51c5b97b5eac9d5d4022fd9346fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8209, "upload_time": "2012-01-10T23:02:31", "url": "https://files.pythonhosted.org/packages/17/de/5fc2ffafb49621b5bdfd7f8f0e0496a610a1380014559d246a6ea45b0af4/clinical_trials-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53ee51c5b97b5eac9d5d4022fd9346fb", "sha256": "3576eabb8ea205b778ec2ee4ee7c42d98e0c779da71cc998ce3ccfbe5d1c11df" }, "downloads": -1, "filename": "clinical_trials-1.1.tar.gz", "has_sig": false, "md5_digest": "53ee51c5b97b5eac9d5d4022fd9346fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8209, "upload_time": "2012-01-10T23:02:31", "url": "https://files.pythonhosted.org/packages/17/de/5fc2ffafb49621b5bdfd7f8f0e0496a610a1380014559d246a6ea45b0af4/clinical_trials-1.1.tar.gz" } ] }