Metadata-Version: 2.3
Name: tanchan
Version: 0.4.3
Summary: A utility library which extends Tanjun.
Keywords: hikari
Author-email: Faster Speeding <lucina@lmbyrne.dev>
Requires-Python: >=3.11.0,<3.14
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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-tanjun>=2.16, <3
Requires-Dist: typing-extensions>=4.5, <5
Requires-Dist: hikari-yuyo>=1.18.0, <2 ; extra == "yuyo"
Project-URL: Changelog, https://github.com/FasterSpeeding/tan-chan/blob/master/CHANGELOG.md
Project-URL: Documentation, https://tan-chan.cursed.solutions/
Project-URL: Homepage, https://github.com/FasterSpeeding/Tan-chan
Project-URL: Repository, https://github.com/FasterSpeeding/Tan-chan
Provides-Extra: yuyo

# Tan-chan

A utility library which extends Tanjun.

# Installation

You can install Tan-chan from PyPI using the following command in any Python 3.11 or above environment.

```
python -m pip install -U tanchan
```

The commands provided in `tanchan.components` require the 3rd party library Hikari-Yuyo to work.
The feature flag `tanchan[yuyo]` should be used to ensure that a compatible version of Yuyo is
installed (i.e. `pip install -U tanchan[yuyo]`).

# Quick Usage

For usage see the [documentation](https://tanchan.cursed.solutions/) and the
[usage guide](https://tanchan.cursed.solutions/usage/).

# Support

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

# Contributing

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

