Single-file program to check a chisel-releases
repository for missing forward ports of package slices.
Just copy the single file and run anywhere! :D
python ./src/availability_matrix.py
Tested in Python 3.9+.
Setup with:
uv sync && source .venv/bin/activate
Test with:
pytest
To test with tox, I recommend tox-uv:
uv tool install tox --with tox-uv # use uv to install
and then just
tox