Metadata-Version: 2.4
Name: mqttwrappr
Version: 0.0.4
Summary: A user friendly wrappr for easy mqtt operations
Author-email: Nils Klasen <likeable.versed-78@icloud.com>
License-Expression: MIT
Project-URL: Homepage, https://git-ce.rwth-aachen.de/kls/mqttwrappr
Project-URL: Documentation, https://mqttwrappr-dee8f6.pages.git-ce.rwth-aachen.de
Project-URL: Issues, https://git-ce.rwth-aachen.de/kls/mqttwrappr/-/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: <4,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: paho-mqtt<2.0.0
Dynamic: license-file

# mqttwrappr
[![pypi](https://img.shields.io/pypi/v/mqttwrappr.svg)](https://pypi.org/project/mqttwrappr/)
[![versions](https://img.shields.io/pypi/pyversions/mqttwrappr.svg)](https://git-ce.rwth-aachen.de/kls/mqttwrappr)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://git-ce.rwth-aachen.de/kls/mqttwrappr/-/blob/main/LICENSE?ref_type=heads)


⚠️ Note: This package is currently in active development. It is not yet feature-complete and lacks comprehensive documentation. Users should expect changes and potential instability.

## 🧩 Features
*to be documented*

## 🚀 Quickstart Example
*to be documented*


## How to setup mqtt-server
ttps://github.com/sukesh-ak/setup-mosquitto-with-docker


## Installation
```pip install mqttwrappr```


## ©️ License
This project is licensed under the [MIT License](https://git-ce.rwth-aachen.de/kls/mqttwrappr/-/blob/main/LICENSE?ref_type=heads).
