Metadata-Version: 2.4 Name: python-izone Version: 1.2.10 Summary: A python interface to the iZone airconditioner controller Home-page: https://github.com/Swamp-Ig/pizone Author: Penny Wood Author-email: pypl@ninjateaparty.com Keywords: iZone,IoT Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Programming Language :: Python :: 3.14 Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Operating System :: OS Independent Classifier: Topic :: Home Automation Classifier: Topic :: System :: Hardware Requires-Python: >=3.14 Description-Content-Type: text/markdown License-File: licence.txt Requires-Dist: aiohttp>=3.10 Requires-Dist: netifaces>=0.11 Provides-Extra: test Requires-Dist: pytest>=6.2.2; extra == "test" Requires-Dist: pytest-aio; extra == "test" Requires-Dist: pytest-aiohttp; extra == "test" Provides-Extra: all Requires-Dist: pytest>=6.2.2; extra == "all" Requires-Dist: pytest-aio; extra == "all" Requires-Dist: pytest-aiohttp; extra == "all" Dynamic: license-file # piZone - python interface to iZone aircon system This is a python interface to the [iZone](https://izone.com.au/) airconditioning system. The specifications for the interface are contained in the [included pdf](./AC-DOC-1401-11_iZoneEthernetInterface.pdf). ## Usage