Metadata-Version: 2.1
Name: homesolar
Version: 0.5.1
Summary: Server API for the Home Solar Project that integrates InfluxDB, Sqlite and MQTT for Monitoring and Controls
Author: Fernando Martin Wila Mare
License: MIT
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: paho-mqtt (>=1.6)
Requires-Dist: loguru (>=0.5)
Requires-Dist: influxdb-client[ciso] (>=1.34)
Requires-Dist: influxdb-client[async] (>=1.34)
Requires-Dist: SQLAlchemy (>=1.4)
Requires-Dist: aiosqlite (>=0.17)
Requires-Dist: pyserial (>=3.5)
Requires-Dist: numpy (>=1.23)
Requires-Dist: scipy (>=1.9)
Requires-Dist: requests (>=2.28)
Provides-Extra: testing
Requires-Dist: pytest (>=6.0) ; extra == 'testing'
Requires-Dist: pytest-cov (>=2.0) ; extra == 'testing'
Requires-Dist: mypy (>=0.910) ; extra == 'testing'
Requires-Dist: flake8 (>=3.9) ; extra == 'testing'
Requires-Dist: tox (>=3.24) ; extra == 'testing'

