pybunch A simple python utility to pack a python project into a single file. Usage $ python -m pybunch --root example --entrypoint main -sp example -so -o packed.py $ python packed.py 21