Metadata-Version: 2.1
Name: whisper-client
Version: 0.2.24
Summary: A REST client for the whisper-api
Project-URL: Documentation, https://github.com/Marceau-h/whisper-client#readme
Project-URL: Issues, https://github.com/Marceau-h/whisper-client/issues
Project-URL: Source, https://github.com/Marceau-h/whisper-client
Author-email: Marceau-h <pypi@marceau-h.fr>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: httpx
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# whisper-client

[![PyPI - Version](https://img.shields.io/pypi/v/whisper-client.svg)](https://pypi.org/project/whisper-client)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whisper-client.svg)](https://pypi.org/project/whisper-client)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install whisper-client
```

## License

`whisper-client` is distributed under the terms of the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html) license.
