Metadata-Version: 2.1
Name: nahida
Version: 0.1.3
Summary: An unofficial Waifu.pics 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

# Nahida

> This is part of `Pudgeland 💖 Open Source` ecosystems

An unofficial **[Waifu.pics](https://waifu.pics)** API wrapper for Python

## 📦 Packages

### 🐍 PyPI

```sh
pip install nahida
```

## 🔎 Examples

```py
import nahida

client = nahida.Client()

print(client.nsfw.search("neko"))

print(client.sfw.search("awoo"))
print(client.sfw.search("bite"))
```

