Metadata-Version: 2.5
Name: ringivo
Version: 0.0.1
Summary: Ringivo API client for Python
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Description-Content-Type: text/markdown

# ringivo

Ringivo is a Python client for the Ringivo API. It will let you manage
Ringivo resources from Python code, with a typed interface and async
support.

This is a pre-release. The package name is reserved and the full client
arrives in version 0.1.0. Install it now to hold your dependency pin:

```
pip install ringivo
```
