python-brewer
python-brewer copied to clipboard
Homebrew formula template generator for simple Python projects
In a new venv I'm unable to run python-brewer successfully with python 3.9.6. With the example from the README I receive the following: ``` $ cd "$(mktemp -d)" $ python3...
Fixes #6
I added an argument to specify a custom PyPI index—useful for settings where you're [hosting your own simple repository]( https://packaging.python.org/guides/hosting-your-own-index) and need packages that aren't on the public index. Other...