Clinical Trials Python Client  1.0
 All Classes Namespaces Files Functions Variables
Clinical Trials Python Client Documentation

A set of classes to be used in projects related to ClinicalTrials.gov.

Trial Data

The full documentation is available at p2.github.io/py-clinical-trials.

There is a Trial superclass intended to represent a ClinicalTrials.gov trial. It is designed to work off of JSON data.

The TrialServer class is intended to be subclassed and can be used to retrieve Trial instances from a specific server. A subclass LillyV2Server connecting to LillyCOI's v2 trial API server is included. That class also contains a Trial subclass LillyTrial to facilitate working with extra data provided by Lilly.

Docs Generation

Docs are generated with Doxygen and doxypypy. You will need to install doxypypy the old-fashioned way, checking out the repo and issuing python setup.py install, then just run Doxygen:

```sh doxygen ```