Metadata-Version: 2.1
Name: lightbulb-ext-tungsten
Version: 0.1
Summary: An add-on for hikari-lightbulb providing an alternative for handling component interactions.
Home-page: https://github.com/Christian-Tarello/lightbulb-ext-tungsten
Author: Christian-Tarello
Author-email: 
License: GPL-3.0
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: LICENSE

Tungsten
========

Tungsten is an add-on for [Lightbulb](https://github.com/tandemdude/hikari-lightbulb) providing an alternative for handling component interactions.
Using coordinates and indexes, this library supplies the flexibility to edit buttons and options on the run.

- **License:** [LGPLv3](https://choosealicense.com/licenses/lgpl-3.0/)

- **Repository:** [GitHub](https://github.com/Christian-Tarello/lightbulb-ext-tungsten)

- **Documentation:** [ReadTheDocs](https://lightbulb-tungsten.readthedocs.io/en/latest/)

Installation
------------

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

```bash
pip install lightbulb-ext-tungsten
```

Contributions & Issues
----------------------

If you find a bug, unexpected behaviour or want to suggest a feature to this library, 
submit an issue on the GitHub repository [here](https://github.com/Christian-Tarello/lightbulb-ext-tungsten/issues). 
Make sure you are on the latest version of the library and the issue has not been suggested yet.


