Metadata-Version: 2.4
Name: ritten-python-sdk
Version: 1.0.0
Summary: Python SDK for connecting applications to the Ritten EMR Platform. Simplifies integration with the Behavioral Health Operations API.
License-File: LICENSE
Keywords: ritten,emr,healthcare,sdk,python
Author: Wesley Gonçalves
Author-email: dev@wesleygoncalves.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pydantic (>=2.13.4,<3.0.0)
Project-URL: Documentation, https://github.com/wesleygoncalves/ritten-python-sdk/blob/main/README.md
Project-URL: Homepage, https://github.com/wesleygoncalves/ritten-python-sdk
Project-URL: changelog, https://github.com/wesleygoncalves/ritten-python-sdk/blob/main/CHANGELOG.md
Project-URL: issues, https://github.com/wesleygoncalves/ritten-python-sdk/issues
Project-URL: source, https://github.com/wesleygoncalves/ritten-python-sdk
Description-Content-Type: text/markdown

# Ritten API Integration

Python SDK for connecting applications to the [Ritten EMR Platform](https://docs.ritten.io/). 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](https://docs.ritten.io/)
- Version: 1

## Installation

The SDK requires **Python 3.10 or higher**. Install it directly via `pip`:

```bash
pip install ritten-python-sdk

# Using poetry
poetry add ritten-python-sdk

# Using pipenv
pipenv install ritten-python-sdk
```

## Quickstart Guide

To get started, you must first obtain your integrator `client_id` and `client_secret` from your Ritten administrator portal.

---

## Advanced Resources

- Review the official [Ritten API Documentation](https://docs.ritten.io/) for explicit payload schemas.
- Check the `/examples` directory inside this repository for production-ready boilerplate code.

## About the Author

This SDK is developed and maintained by [Wesley Gonçalves](https://github.com/wesleygoncalves) under MIT license. Contributions and feedback are welcome!

