Metadata-Version: 2.4
Name: mqtt-ingest-pipeline
Version: 0.1.1
Summary: Collection of MQTT data transformers for home automation and IoT devices.
Author-email: stkr22 <stkr22@github.com>
License: GNU General Public License v3.0
License-File: LICENSE
Keywords: home-automation,iot,mqtt,timescaledb
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Home Automation
Requires-Python: <3.13,>=3.11
Requires-Dist: aiomqtt<3.0.0,>=2.3
Requires-Dist: asyncpg<1.0.0,>=0.30.0
Requires-Dist: sqlmodel<1.0.0,>=0.0.22
Requires-Dist: typer<1.0.0,>=0.15.0
Description-Content-Type: text/markdown

# MQTT Ingest Pipeline

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)
[![python](https://img.shields.io/badge/Python-3.12-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Owner: stkr22

Collection of MQTT data pipelines for home automation and IoT devices.
