Metadata-Version: 2.1
Name: disnake-ext-fluent
Version: 0.1.1
Summary: Path to high-quality bot translations, opened.
Keywords: disnake disnake.ext discord fluent projectfluent
Author-Email: elenakrittik <dev.elenakrittik@gmail.com>
License: LGPL-3.0-only
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Repository, https://github.com/disnake-era/disnake-ext-fluent
Project-URL: Documentation, https://disnake-ext-fluent.readthedocs.io/
Requires-Python: >=3.8
Requires-Dist: disnake==2.9.*
Requires-Dist: fluent-runtime>=0.4.0
Requires-Dist: typing-extensions>=4.7.1
Description-Content-Type: text/markdown

<!-- SPDX-License-Identifier: LGPL-3.0-only -->

# disnake-ext-fluent

`LocalizationProtocol` implementation for projects using Fluent.

For usage example, see [the `example` folder](./example).

This library supports `logging`.

## Version Guarantees

This project obeys the [Cargo SemVer](https://doc.rust-lang.org/cargo/reference/semver.html).

## License

This project is licensed under the GNU Lesser General Public License, version 3; see
[LICENSE](./LICENSE) for more.

## Acknowledgements

This project has portions of other software incorporated into it; please read
[ACKNOWLEDGEMENTS.md](./ACKNOWLEDGEMENTS.md) for more.
