Metadata-Version: 2.1
Name: tighnari
Version: 0.1.5
Summary: An unofficial The Cat API wrapper for Python
Home-page: https://github.com/eleresai/pudgeland
License: MIT
Author: elaresai
Author-email: elaresai@gmail.com
Maintainer: elaresai
Maintainer-email: elaresai@gmail.com
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: requests (>=2.31.0,<3.0.0)
Requires-Dist: yarl (>=1.9.2,<2.0.0)
Project-URL: Repository, https://github.com/eleresai/pudgeland
Description-Content-Type: text/markdown

<h1 align="center">
    Tighnari
</h1>

#### _Read this in [other translations](translation/translations.md)._

<kbd>[<img title="Русский язык" alt="Русский язык" src="https://cdn.staticaly.com/gh/hjnilsson/country-flags/master/svg/ru.svg" width="22">](translation/README.ru.md)</kbd>
<kbd>[<img title="Українська" alt="Українська" src="https://cdn.staticaly.com/gh/hjnilsson/country-flags/master/svg/ua.svg" width="22">](translation/README.ua.md)</kbd>

> This is part of _Pudgeland 💖 Open Source_ ecosystems

An unofficial [_The Cat API_](https://thecatapi.com) wrapper for Python

## 📦 Packages

### 🐍 PyPI

```sh
pip install tighnari
```

## 🔎 Examples

```py
import tighnari

client = tighnari.Client()

for _ in range(5):
    print(client.images.search())
```

