Metadata-Version: 2.1
Name: pyDuotecno
Version: 2023.5.2
Summary: Open-source home automation platform running on Python 3.
Author-email: Maikel Punie <maikel.punie@gmail.com>
License: Apache
Project-URL: Source Code, https://github.com/Cereal2nd/pyDuotecno
Project-URL: Bug Reports, https://github.com/Cereal2nd/pyDuotecno/issues
Keywords: home,duotecno,automation
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE

This is a package to talk to duotecno ip interfaces

How to deploy a new version:

bumpver update
python -m build .
twine check dist/_
twine upload dist/_
