Metadata-Version: 2.4
Name: kc3zvd-iot-state
Version: 0.1.0
Project-URL: Documentation, https://github.com/kc3zvd/iot-state#readme
Project-URL: Issues, https://github.com/kc3zvd/iot-state/issues
Project-URL: Source, https://github.com/kc3zvd/iot-state
Author-email: KC3ZVD <github@kc3zvd.net>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: celery[redis]
Requires-Dist: click
Requires-Dist: mongoengine
Requires-Dist: paho-mqtt
Requires-Dist: requests
Requires-Dist: semver
Requires-Dist: zeroconf
Description-Content-Type: text/markdown

# iot-state

[![PyPI - Version](https://img.shields.io/pypi/v/iot-state.svg)](https://pypi.org/project/iot-state)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/iot-state.svg)](https://pypi.org/project/iot-state)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install iot-state
```

## License

`iot-state` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
