python-brewer icon indicating copy to clipboard operation
python-brewer copied to clipboard

Homebrew formula template generator for simple Python projects

Results 3 python-brewer issues
Sort by recently updated
recently updated
newest added

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...

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...