Metadata-Version: 2.1
Name: dialtone
Version: 0.0.36
Summary: Dialtone
License: Apache-2.0
Author: Petr Gazarov
Author-email: petr@usedialtone.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: pydantic (>=2.7.4,<3.0.0)
Description-Content-Type: text/markdown

# Dialtone Python SDK

[![PyPI](https://img.shields.io/pypi/v/dialtone.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/dialtone)][pypi status]
[![License](https://img.shields.io/pypi/l/dialtone?version=bump)][license]

[pypi status]: https://pypi.org/project/dialtone/

## About

This is a Python SDK for interacting with the Dialtone API.

## Documentation

To see documentation, please click [here](https://docs.usedialtone.com/).

## Installation

You can install _Dialtone_ via [pip] from [PyPI]:

```bash
pip install dialtone
```

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

[pypi]: https://pypi.org/
[file an issue]: https://github.com/dialtone-ai/dialtone-python/issues
[pip]: https://pip.pypa.io/
[license]: https://github.com/dialtone-ai/dialtone-python/blob/main/LICENSE

