Metadata-Version: 2.1
Name: mqtt-logger
Version: 0.1.0
Summary: Python based MQTT to SQLite3 logger
License: MIT
Keywords: MQTT
Author: Blake Haydon
Author-email: blake.a.haydon@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: paho-mqtt (>=1.6.1,<2.0.0)
Description-Content-Type: text/markdown

# MQTT to SQLite Logger

## Installation

<!-- TODO: COMPLETE THIS -->

## Examples

```python
hello = 3

```

## Unit Tests

```bash
# Run tests in poetry virtual environment
poetry run pytest
```
