Metadata-Version: 2.1
Name: hikari-clusters
Version: 1.1.1
Summary: An advanced yet easy-to-use clustering tool for Hikari.
Home-page: https://github.com/TrigonDev/hikari-clusters
License: MIT
Keywords: hikari,discord,clustering,bot,ipc
Author: Circuit
Requires-Python: >=3.8.0,<3.11
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
Requires-Dist: hikari (>=2.0.0.dev105,<3.0.0)
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0)
Requires-Dist: websockets (>=10.1,<11.0)
Project-URL: Documentation, https://github.com/TrigonDev/hikari-clusters/wiki
Project-URL: Repository, https://github.com/TrigonDev/hikari-clusters
Description-Content-Type: text/markdown

# hikari-clusters
[![pypi](https://github.com/TrigonDev/hikari-clusters/actions/workflows/pypi.yml/badge.svg)](https://pypi.org/project/hikari-clusters)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/TrigonDev/hikari-clusters/main.svg)](https://results.pre-commit.ci/latest/github/TrigonDev/hikari-clusters/main)

[Documentation](https://github.com/trigondev/hikari-clusters/wiki) | [CONTRIBUTING.md](https://github.com/trigondev/.github/tree/main/CONTRIBUTING.md)

Clustering for hikari made easy. Run examples with `python -m examples.<example name>` (`python -m examples.basic`)

If you need support, you can contact me `CircuitSacul#3397` after joining [this server](https://discord.gg/dGAzZDaTS9). I don't accept friend requests.

<p align="center">
  <img src="https://us-east-1.tixte.net/uploads/files.circuitsacul.dev/hikari-clusters-diagram.jpg">
</p>

## Creating Self-Signed Certificate:
```
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout cert.key -out cert.cert && cat cert.key cert.cert > cert.pem
```

