Metadata-Version: 2.1
Name: tanchan
Version: 0.1.0
Summary: A utility library which extends Tanjun.
Keywords: hikari
Author-email: Faster Speeding <lucina@lmbyrne.dev>
Requires-Python: >=3.9.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.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: hikari-tanjun~=2.10.1a1
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

# Tan-chan

A utility library which extends Tanjun.

# Installation

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

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

# Quick Usage

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

# 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).

