Metadata-Version: 2.1
Name: candidhealth
Version: 0.10.1
Summary: 
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: httpx (>=0.21.2)
Requires-Dist: pydantic (>=1.9.2,<2.0.0)
Description-Content-Type: text/markdown

## candid-python: A [Candid Health](https://joincandidhealth.com) Python client
[![PyPI](https://img.shields.io/pypi/v/candidhealth)](https://pypi.org/project/candidhealth/)

### Installation
```bash
pip install candidhealth   # or poetry install, etc.
```

