Unofficial Python SDK for the iMednet clinical trials API.
Full documentation: https://fderuiter.github.io/imednet-python-sdk/
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.
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.
# PyPI release
pip install imednetFor extended integrations, you can install optional dependencies:
pip install "imednet[export]"
pip install imednet-workflows
pip install apache-airflow-providers-imednet
pip install imednet-streamlitContributions are welcome! Please see our Contributor Guide and Verification Loop to get started.
This project is licensed under the MIT license. See LICENSE for details.