Go to file
2025-06-03 21:31:06 +02:00
tests initial commit 2025-06-03 21:31:06 +02:00
watt42_common initial commit 2025-06-03 21:31:06 +02:00
.gitignore initial commit 2025-06-03 21:31:06 +02:00
LICENSE initial commit 2025-06-03 21:31:06 +02:00
poetry.lock initial commit 2025-06-03 21:31:06 +02:00
poetry.toml initial commit 2025-06-03 21:31:06 +02:00
pyproject.toml initial commit 2025-06-03 21:31:06 +02:00
README.md initial commit 2025-06-03 21:31:06 +02:00

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