-
-
Notifications
You must be signed in to change notification settings - Fork 40
Development
Davidyz edited this page Feb 25, 2025
·
1 revision
This project used the following tools/projects to assist development:
- PDM: dependency management and building;
- uv: dependency resolution (and hopefully replace PDM soon);
- PyTest: (not very good) unit tests;
- Coverage.py: coverage reports;
- viztracer: profiling.
The list is non-exhaustive. See
pyproject.toml
for details.