Development - Davidyz/VectorCode GitHub Wiki
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.