Skip to main content

Eudract-py is a Python library for searching clinical trials on EUDRACT

Project description

PyPI version GitHub license

eudract-py

Eudract-py is a Python library for searching clinical trials on EUDRACT.

Installation

Use the package manager pip to install eudract-py:

pip install eudract-py

Usage

Search for trials

Search clinical trials and return summary or full protocol details.

from eudract import Eudract

eu = Eudract()

eu.search("EFC14280", "summary") # return trial summary in plain text format

eu.search("EFC14280", "summary", True) # return trial summary in dict

eu.search("covid", "full", True) # return all trial full details with covid term in array of dict

Trial info

Get info for a trial by eudract id.

from eudract import Eudract

eu = Eudract()

eu.info("2015-001314-10", "summary", False) # return trial summary in plain text format

eu.info("2015-001314-10", "full", True) # return trial full in dict

Issues

Report issue here.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eudract-py-1.3.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

eudract_py-1.3.0-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page