Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 566 Bytes

File metadata and controls

37 lines (24 loc) · 566 Bytes

python-dcm230

Driver for Eastron DCM230 DC Energy Meters using Modbus RTU.

Get started

Prerequisites

Setup development environment

Clone the repository:

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

Change directory:

cd python-dcm230

Run pre-commit tests:

uv run pre-commit run -a

Build package:

uv build