Metadata-Version: 2.1
Name: python-dlt645
Version: 0.1.2
Summary: A basic DL/T645-2007 communication implementation
License: MIT
Author: Stefan 'hr' Berder
Author-email: stefan@measureofquality.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/x-rst

#################################################################
python-dlt645 - A basic DL/T645-2007 communication implementation
#################################################################

An incomplete implementation of the DL/T645 protocol designed to communicate
with energy meters through an infrared interface.

Development
===========

When cloning the repository for the first time:

.. code-block:: shell

    $ poetry install
    $ pre-commit install

Tests pre commit
----------------

.. code-block:: shell

    $ black --diff dlt645/
    $ flake8 dlt645/

