Metadata-Version: 2.1
Name: py-iec62056
Version: 1.0.0a1
Summary: A package implementing iec62056-21 protocol.
Home-page: https://github.com/delhayead/py-iec62056
Author: Delhaye Adrien
Author-email: 
Project-URL: Source, https://github.com/delhayead/py-iec62056
Keywords: iec62056 meters protocol
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: pyserial
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

---
title: IEC62056 Package
author: Delhaye Adrien
---

# Welcome
Welcome to the py-IEC62056 Package. This package intends to allows you an easy setup and communication with energy meters that use the iec62056-21 protocol.

This protocol is based on the iec62056-21 python package but with improvement and modifications.

## Installation
use the following command:

```sh
pip install py-iec62056
```

 or use setuptools with the downloaded .tar.gz folder.
