Metadata-Version: 2.1
Name: hikari-yuyo
Version: 1.14.1
Summary: A collection of utility functions and classes designed to expand Hikari.
Keywords: hikari
Author-email: Faster Speeding <lucina@lmbyrne.dev>
Requires-Python: >=3.9.0,<3.12
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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: alluka>=0.1.2, <1
Requires-Dist: hikari>=2.0.0.dev118, <3
Requires-Dist: typing_extensions>=4.5
Requires-Dist: asgiref~=3.0 ; extra == "asgi"
Requires-Dist: hikari[server] ; extra == "asgi"
Requires-Dist: hikari-sake>=1.0.4a1, <2 ; extra == "sake"
Requires-Dist: hikari-tanjun>=2.11.0, <3 ; extra == "tanjun"
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: asgi
Provides-Extra: sake
Provides-Extra: tanjun

# 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
```

The following feature flags ensure feature-specific optional dependencies are also installed:

* `hikari-yuyo[asgi]` ensures the dependencies required to run the Asgi RESTBot adapter.
* `hikari-yuyo[sake]` can be used to ensure the installed Sake version is compatible with
  Yuyo's functionality which uses Sake. You should still have a Sake version pinned in your
  own requirements as this just provides an accepted range for the dependency.
* `hikari-yuyo[tanjun]` can be used to ensure the installed Tanjun version is compatible with
  Yuyo's Tanjun support (i.e. the `from_tanjun`) class methods.

# Quick Usage.

For usage see the the [documentation](https://yuyo.cursed.solutions/) and, more
specifically, the [usage guide](https://yuyo.cursed.solutions/usage/).

# Support

[Hikari's support guild](https://discord.gg/hikari) provides for support for Yuyo.

# 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/CODE_OF_CONDUCT.md).

