pip-app
pip-app copied to clipboard
A set of shell functions to make it easy to install small apps and utilities distributed with pip.
1. Forward command-line arguments to the Python script being installed, previously not supported. Tested with [CairoSVG](https://pypi.org/project/CairoSVG/), e.g. `cairosvg -h` no longer results in the error `cairosvg: error: the following arguments...
The latest commit shows how to enable arguments for your pip-apps. The other commits come from a feature that was enabled by @dholm. This feature already has a PR in...
Replaces the various pip-app functions with a single function, `pip-app`, that accepts commands just like `pip`. One benefit of this is that the user only has to remember a single...