Metadata-Version: 2.1
Name: kuro.py
Version: 0.4.1
Summary: Async API wrapper for KuroBBS written in Python.
License: GPL-3.0
Keywords: kuro,wuwa,api,wraper,kurobbs
Author: JokelBaf
Author-email: jokelbaf@gmail.com
Maintainer: JokelBaf
Maintainer-email: jokelbaf@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: caching
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: pydantic (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# kuro.py

Async API wrapper for KuroBBS written in Python

## Setting up the development environment

```bash
# Clone the repo
git clone https://github.com/Wuthery/kuro.py

# Install the dependencies
cd kuro.py
poetry install --with dev

# If you want to run the tests locally
poetry install --with test

# Install pre-commit
pre-commit install
```

