Metadata-Version: 2.1
Name: lightbulb-ext-filament
Version: 0.1.2
Summary: Various add-ons, extensions and utilities for hikari-lightbulb
Home-page: https://github.com/tandemdude/filament
Author: tandemdude
Author-email: tandemdude1@gmail.com
License: LGPL-3.0-ONLY
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8.0,<3.11
Description-Content-Type: text/markdown
License-File: COPYING.LESSER.md
License-File: COPYING.md
Requires-Dist: hikari-lightbulb (~=2.1.0)
Requires-Dist: nusex (==1.2.4)

# Filament

Various add-ons, extensions and utilities for [hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb/)

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Filament.

```bash
pip install lightbulb-ext-filament
```

## Issues
If you find any bugs, issues, or unexpected behaviour while using the library, 
you should open an issue with details of the problem and how to reproduce if possible. 
Please also open an issue for any new features you would like to see added.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please try to ensure that documentation is updated if you add any features accessible through the public API.

If you use this library and like it, feel free to sign up to GitHub and star the project,
it is greatly appreciated and lets me know that I'm going in the right direction!

## Links
- **Repository:** [GitHub](https://github.com/tandemdude/lightbulb-ext-filament)
- **Documentation:** [Read Here](https://filament.readthedocs.io/en/latest/)


