reynoldsnlp / pipster

pipster: The pythonic way to `pip install`.
MIT License
8 stars 2 forks source link

Add support for other pip subcommands #43

Open reynoldsnlp opened 1 year ago

reynoldsnlp commented 1 year ago

As noted in the original post that led to the development of pipster, install is probably the most complicated pip subcommand, so applying the existing API adaptation to the other subcommands should be simple, and not require the same kinds of introspection and sanity checks.