# Utils

A couple of utilities to help with cache file reproduction.

[`extract-magic-table.py`](./extract-magic-table.py) is used to extract the mapping from python versions to bytecode version magic numbers as a python list from the magic-table file generated from the python repository.
[`extract-release-table.py`](./extract-release-table.py) is used to extract the available python releases from the release table on the `https://python.org/downloads` website.
