Port `git_archive` to Python.
Drop the Bash script and move to Python.
Compress the archive using Python native compression routines.
Ensure that the Python is ran hermetically with the bootstrap script.
Write some pytest tests around the rule to validate that the correct files are in the archive via tarfile Python module.
We should do #9 first.
Edited by Matthew Clarkson