Metadata-Version: 2.1
Name: hikari-yuyo
Version: 1.0.2a1.post1
Summary: A collection of utility classes and functions for use with Hikari
Keywords: hikari
Author-email: Faster Speeding <lucina@lmbyrne.dev>
Requires-Python: >=3.8.0,<3.12
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: hikari~=2.0.0.dev102
Requires-Dist: pdoc==8.0.0 ; extra == "docs"
Requires-Dist: flake8==3.9.2 ; extra == "flake8"
Requires-Dist: flake8-bandit~=2.1.2 ; extra == "flake8"
Requires-Dist: flake8-black==0.2.3 ; extra == "flake8"
Requires-Dist: flake8-broken-line==0.3.0 ; extra == "flake8"
Requires-Dist: flake8-builtins==1.5.3 ; extra == "flake8"
Requires-Dist: flake8-coding==1.3.2 ; extra == "flake8"
Requires-Dist: flake8-comprehensions==3.6.1 ; extra == "flake8"
Requires-Dist: flake8-deprecated==1.3 ; extra == "flake8"
Requires-Dist: flake8-docstrings==1.6.0 ; extra == "flake8"
Requires-Dist: flake8-executable==2.1.1 ; extra == "flake8"
Requires-Dist: flake8-fixme==1.1.1 ; extra == "flake8"
Requires-Dist: flake8-functions==0.0.6 ; extra == "flake8"
Requires-Dist: flake8-html==0.4.1 ; extra == "flake8"
Requires-Dist: flake8-if-statements==0.1.0 ; extra == "flake8"
Requires-Dist: flake8-isort==4.0.0 ; extra == "flake8"
Requires-Dist: flake8-mutable==1.2.0 ; extra == "flake8"
Requires-Dist: flake8-pep3101==1.3.0 ; extra == "flake8"
Requires-Dist: flake8-print==4.0.0 ; extra == "flake8"
Requires-Dist: flake8-printf-formatting==1.1.2 ; extra == "flake8"
Requires-Dist: flake8-pytest-style==1.5.0 ; extra == "flake8"
Requires-Dist: flake8-raise==0.0.5 ; extra == "flake8"
Requires-Dist: codespell==2.1.0 ; extra == "lint"
Requires-Dist: flit~=3.3 ; extra == "publish"
Requires-Dist: black~=21.9b0 ; extra == "reformat"
Requires-Dist: isort==5.9.3 ; extra == "reformat"
Requires-Dist: pytest==6.2.5 ; extra == "tests"
Requires-Dist: pytest-asyncio==0.15.1 ; extra == "tests"
Requires-Dist: pytest-cov==2.12.1 ; extra == "tests"
Requires-Dist: pyright==0.0.10 ; extra == "type_checking"
Project-URL: changelog, https://github.com/FasterSpeeding/Yuyo/blob/master/CHANGELOG.md
Project-URL: documentation, https://yuyo.cursed.solutions/
Project-URL: homepage, https://github.com/FasterSpeeding/Yuyo
Project-URL: repository, https://github.com/FasterSpeeding/Yuyo
Provides-Extra: docs
Provides-Extra: flake8
Provides-Extra: lint
Provides-Extra: publish
Provides-Extra: reformat
Provides-Extra: tests
Provides-Extra: type_checking

# Yuyo

A collection of utility classes and functions designed to expand Hikari.

# Instillation

You can install yuyo from PyPI using the following command.

```
python -m pip install -U hikari-yuyo
```

# Quick Usage.

For usage see the the [documentation](https://yuyo.cursed.solutions/) and soon to come examples.

# Support

Hikari's support guild has a dedicated Yuyo help channel which can accessed using this
[invite](https://discord.gg/Jx4cNGG).

# Contributing

Before contributing you should read through the
[contributing guidelines](https://github.com/FasterSpeeding/Yuyo/blob/master/CONTRIBUTING.md) and
the [code of conduct](https://github.com/FasterSpeeding/Yuyo/blob/master/CONTRIBUTING.md)

