Metadata-Version: 2.1
Name: hikari-clusters
Version: 0.1.0a4
Summary: Tool for clustering with 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.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
[![pytest](https://github.com/TrigonDev/hikari-clusters/actions/workflows/pytest.yml/badge.svg)](https://github.com/TrigonDev/hikari-clusters/actions/workflows/pytest.yml)
[![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)

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

<p align="center">
  <img src="https://us-east-1.tixte.net/uploads/circuit.is-from.space/clustered-bot-structure.jpeg">
</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
```

