| tests | ||
| watt42_common | ||
| .gitignore | ||
| LICENSE | ||
| poetry.lock | ||
| poetry.toml | ||
| pyproject.toml | ||
| README.md | ||
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