Metadata-Version: 2.4
Name: window-time
Version: 0.1.0
Summary: A daemon that monitors indoor/outdoor temperatures and notifies when to open or close windows
Project-URL: Homepage, https://github.com/gene1wood/window-time
Project-URL: Repository, https://github.com/gene1wood/window-time
Project-URL: Issues, https://github.com/gene1wood/window-time/issues
Author: Gene Wood
License-Expression: MIT
Keywords: home-automation,influxdb,notifications,temperature
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Home Automation
Requires-Python: >=3.10
Requires-Dist: influxdb-client>=1.36.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
