Python SDK for connecting applications to the Ritten EMR Platform. This library simplifies integration with Ritten's Behavioral Health Operations API, allowing developers to use Ritten API seamlessly from any Python environment.
Ritten API specifications:
- Documentation
- Version: 1
The SDK requires Python 3.10 or higher. Install it directly via pip:
pip install ritten-python-sdk
# Using poetry
poetry add ritten-python-sdk
# Using pipenv
pipenv install ritten-python-sdkTo get started, you must first obtain your integrator client_id and client_secret from your Ritten administrator portal.
- Review the official Ritten API Documentation for explicit payload schemas.
- Check the
/examplesdirectory inside this repository for production-ready boilerplate code.
This SDK is developed and maintained by Wesley Gonçalves under MIT license. Contributions and feedback are welcome!