An incomplete implementation of the DL/T645 protocol designed to communicate with energy meters through an infrared interface.
To isntall the DL/T645 package only:
$ pip install python-dlt645
To install the package with the utility CLI commands:
$ pip install python-dlt645[cli]
When cloning the repository for the first time:
$ poetry install
$ pre-commit install
$ black --diff dlt645/
$ flake8 dlt645/
Build the documentation:
$ make docs