Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 585 Bytes

File metadata and controls

37 lines (24 loc) · 585 Bytes

python-em511

Driver for Carlo Gavazzi EM511 Series Single Phase Energy Meters using Modbus RTU.

Get started

Prerequisites

Setup development environment

Clone the repository:

git clone git@github.com:id8-engineering/python-em511.git

Change directory:

cd python-em511

Run pre-commit tests:

uv run pre-commit run -a

Build package:

uv build