watt42_common/README.md
2025-06-03 21:31:06 +02:00

433 B

Watt42, Common Code

(TODO: describe purpose and scope)

Documentation

See the driver demo for how to use this package.

Development

Prerequisites

You need Python skills and Poetry installed.

Run Tests

  • Install dependencies: poetry install
  • Run tests with pytest: poetry run pytest