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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file eudract-py-1.3.0.tar.gz.

File metadata

  • Download URL: eudract-py-1.3.0.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for eudract-py-1.3.0.tar.gz
Algorithm Hash digest
SHA256 b7433ccce13b6173ac120776696d9eb1dfe660644608fd91014d35e312c53eba
MD5 1960983759729b68affe81145b2b3917
BLAKE2b-256 aefd5bb4c45dcbf173c3fa0805a715475181ba880b3eb75bf9aa891114f675bc

See more details on using hashes here.

File details

Details for the file eudract_py-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: eudract_py-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for eudract_py-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e83a05b4bb11e0af03ce790c93739b42ccbc3977f88778227d9c25d7be5f93bf
MD5 bf318642eae1ac83d999e454357f0d80
BLAKE2b-256 5d45fdba9c62ce010f4d14396f812338073e738a9e604b4044a961e085e5af40

See more details on using hashes here.

Supported by

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