GitXplorerGitXplorer
p

py-clinical-trials

public
15 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
c27990adb8469c48687bb6cf737169b22152a37a

User relative import

pp2 committed 9 years ago
Unverified
f129441d95c5904b77c41b56be254776d9175614

Update jsondocument submodule

pp2 committed 9 years ago
Unverified
8ab2edc38ca4264323e929a274797e7bb1fc837d

Lilly ➔ TrialReach

pp2 committed 10 years ago
Unverified
ec5e2d22143e554aef757f95666466601ea5da34

Submodule update

pp2 committed 10 years ago
Unverified
fa25cadbe7270596a55dbe5371f2074cda8d7dd6

Merge branch 'develop'

pp2 committed 10 years ago
Unverified
15399b466f84039f0d543f74efb51b68cdc0ff13

Submodule update

pp2 committed 10 years ago

README

The README file for this repository.

ClinicalTrials.gov Python 3 Modules

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 TrialReachServer connecting to TrialReach's trial API server is included. That class also contains a Trial subclass TrialReachTrial to facilitate working with extra data provided by TrialReach.

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. Running Doxygen will put the generated documentation into docs, the HTML files into docs/html. Those files make up the content of the gh-pages branch. I usually perform a second checkout of the gh-pages branch and copy the html files over, with:

doxygen
rsync -a docs/html/ ../py-clinical-trials-web/