Metadata-Version: 2.4
Name: apexos-tasmota
Version: 0.10.1
Summary: Python module to help parse and construct Tasmota MQTT messages.
Home-page: https://github.com/apexinfosysindia/tasmota-client
Author: 
Author-email: 
License: MIT
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: voluptuous>=0.12.0
Requires-Dist: aiohttp>=3.11.12
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# apextasmota

Python module to help parse and construct Tasmota MQTT messages. Used by the
ApexOS `tasmota` integration.

Maintained by Apex Infosys as a clean fork of an upstream community library
(same version, MIT license preserved). The MQTT topic layout and discovery
message formats are defined by the Tasmota firmware and are unchanged.
