Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 2.91 KB

File metadata and controls

75 lines (56 loc) · 2.91 KB

imednet

Unofficial Python SDK for the iMednet clinical trials API.

Full documentation: https://fderuiter.github.io/imednet-python-sdk/

PyPI PyPI - Downloads PyPI - Wheel PyPI - Python Version License CI

This package simplifies integration with the iMednet REST API for clinical trial management. It provides typed endpoint wrappers, helper workflows and a CLI so researchers and developers can automate data extraction and submission without reimplementing HTTP logic.

Documentation

Our documentation is organized according to the Diátaxis framework, which categorizes information based on user intent.

Learning-oriented guides for getting started.

Problem-oriented guides for completing specific tasks.

Understanding-oriented concepts and architectural overviews.

Information-oriented material like API documentation and contributor rules.

Installation

# PyPI release
pip install imednet

For extended integrations, you can install optional dependencies:

pip install "imednet[export]"
pip install imednet-workflows
pip install apache-airflow-providers-imednet
pip install imednet-streamlit

Contributing

Contributions are welcome! Please see our Contributor Guide and Verification Loop to get started.

License

This project is licensed under the MIT license. See LICENSE for details.