Metadata-Version: 2.4
Name: kyodo
Version: 0.9.3.5
Summary: Library for creating kyodo bots and scripts.
Home-page: https://github.com/alx0rr/kyodo
Download-URL: https://github.com/alx0rr/kyodo/archive/refs/heads/main.zip
Author: alx0rr
Author-email: anon.mail.al@proton.me
License: MIT
Keywords: kyodo.py,kyodo,kyodo-py,kyodo-bot,api,python,python3,python3.x,alx0rr,official,async
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: logging
Requires-Dist: colorama
Requires-Dist: aiohttp
Requires-Dist: pyjwt
Requires-Dist: aiofiles
Requires-Dist: orjson
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

<div align="center">

![](https://github.com/alx0rr/kyodo/blob/main/docs/res/banner.png)

# Kyodo

**Python library for creating bots in the [Hi Kyodo](https://hi.kyodo.app/) social network**

[![GitHub Release](https://img.shields.io/github/v/release/alx0rr/kyodo?style=flat-square&logo=github)](https://github.com/alx0rr/kyodo/releases)
[![PyPI Version](https://img.shields.io/pypi/v/kyodo.svg?style=flat-square&logo=python)](https://pypi.org/project/kyodo/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/kyodo?style=flat-square)](https://pypi.org/project/kyodo/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/alx0rr/kyodo/blob/main/LICENSE)
[![Documentation](https://img.shields.io/website?down_message=failing&label=docs&up_color=green&up_message=passing&url=https://github.com/alx0rr/kyodo/blob/main/docs/index.md&style=flat-square)](https://github.com/alx0rr/kyodo/blob/main/docs/index.md)

</div>


## Features

- **⚡ Asynchronous Client** — Full async/await support for high performance
- **🎯 Command and Event Handling** — Convenient system for processing user inputs
- **🔗 Middleware Support** — Extensible architecture with middleware
- **📦 Structured Objects** — Type-hinted data models
- **📋 Logging** — Built-in logging for debugging
- **⚠️ Exception Handling** — Reliable error handling

---

# Installation

For detailed installation instructions, see the [documentation](https://github.com/alx0rr/kyodo/blob/main/docs/index.md).

```bash
pip install kyodo
```
---

## Documentation

Full documentation is available at: [📖 Read Documentation](https://github.com/alx0rr/kyodo/blob/main/docs/index.md)

---

## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/alx0rr/kyodo/blob/main/LICENSE.txt) file for details.

---

## Support

Have questions or found a bug? [Create an issue](https://github.com/alx0rr/kyodo/issues) on GitHub!
