Metadata-Version: 2.1
Name: pyMeterBus
Version: 0.8.1
Summary: Python implementation of the Meter-Bus protocol
Home-page: https://github.com/ganehag/pyMeterBus
Author: Mikael Ganehag Brorsson
Author-email: mikael.brorsson@gmail.com
License: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
License-File: LICENSE
Requires-Dist: enum34; python_version < "3.4"
Requires-Dist: future; python_version < "3.3"
Requires-Dist: pyaml
Requires-Dist: pycryptodome
Requires-Dist: pyserial
Requires-Dist: simplejson
