Metadata-Version: 2.4
Name: mqttstuff
Version: 0.0.1
Summary: MQTTStuff
Project-URL: Homepage, https://github.com/vroomfondel/mqttstuff
Author-email: Henning Thieß <ht@xomox.cc>
License-File: LICENSE
License-File: LICENSE.md
License-File: LICENSEGPL.md
License-File: LICENSELGPL.md
License-File: LICENSEMIT.md
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: loguru>=0.7.3
Requires-Dist: paho-mqtt>=2.1.0
Requires-Dist: pydantic-extra-types>=2.10.2
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: pydantic>=2.11.0
Requires-Dist: pytz>=2025.2
Description-Content-Type: text/markdown

![mypy and pytests](https://github.com/vroomfondel/mqttstuff/actions/workflows/mypynpytests.yml/badge.svg)
![Cumulative Clones](https://img.shields.io/endpoint?logo=github&url=https://gist.githubusercontent.com/vroomfondel/a40d7876ff29aa14f40d7dc17796752e/raw/mqttstuff_clone_count.json)

[![https://github.com/vroomfondel/mqttstuff/raw/main/Gemini_Generated_Image_mqttstuff_eqesiqeqesiqeqes_250x250.png](https://github.com/vroomfondel/mqttstuff/raw/main/Gemini_Generated_Image_mqttstuff_eqesiqeqesiqeqes_250x250.png)](https://github.com/vroomfondel/mqttstuff)


# MQTTStuff

Lightweight helper utilities for working with JSON Web Tokens (JWT), including creating and verifying HS256 and RS256 tokens, managing RSA key pairs (PEM/JWK), and producing JWK Set structures.

- Repository: https://github.com/vroomfondel/mqttstuff
- Package: `mqttstuff`

## Overview

This library...

TODO: FILL MISSING CONTENT HERE


## License

This project is licensed under the LGPL where applicable/possible — see [LICENSE.md](LICENSE.md). Some files/parts may be governed by other licenses and/or licensors, such as [MIT](LICENSEMIT.md) | [GPL](LICENSEGPL.md) | [LGPL](LICENSELGPL.md). Please also check file headers/comments.

## Acknowledgments

See inline comments in the codebase for inspirations and references.



## ⚠️ Disclaimer

This is a development/experimental project. For production use, review security settings, customize configurations, and test thoroughly in your environment. Provided "as is" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. Use at your own risk.