Metadata-Version: 2.1
Name: pysunspec-read
Version: 0.9.0
Summary: read from solar inverters that implement the SunSpec interface, to simpler datastructure
Home-page: https://bitbucket.org/clockworkcodeteam/pysunspec-read/src/master/
Author: dilbertau99
Author-email: dilbertau99@gmail.com
License: GNU General Public License V3 or later
Keywords: solar monitoring inverter communications reader
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Topic :: Communications
Description-Content-Type: text/markdown
Requires-Dist: pysunspec
Requires-Dist: pyserial
Requires-Dist: pytz
Requires-Dist: datamx

This file is part of PySunsSpec-Reader

PySunSpec-Read is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    PySunSpec-Read is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with PySunSpec-Read.  If not, see <https://www.gnu.org/licenses/>.    

TODO - this is a work in-progress, I usually end up overengineering my solar readers for some reason.
At least this one is a bit simpler than the last one...

