A template for modern Robot Framework Python libraries.
- Devcontainer for fully reproducible local and remote development
vscode
as IDE- Python Tooling
uv
for dependency managementpyproject.toml
for centralized tool configurationruff
for linting, formatting and import sortingdeptry
for finding unused, missing and transitive dependenciesvulture
for finding dead codepre-commit
for preventing commiting bad quality code
- Tests
- pytest unit tests
- Robot Framework acceptance tests