punch
punch copied to clipboard
Allow punch to run as a module
It would be great if we could run punch like this:
python -m punch --part major
This allows to run this as a run config in pycharm on a remote system, instead of having to install punch on my local system.
Some inspiration from pip:
https://github.com/pypa/pip/blob/master/src/pip/main.py