Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scientifichackers/pip-plugin-collection
A collection of popular pip plugins
https://github.com/scientifichackers/pip-plugin-collection
Last synced: 3 days ago
JSON representation
A collection of popular pip plugins
- Host: GitHub
- URL: https://github.com/scientifichackers/pip-plugin-collection
- Owner: scientifichackers
- Created: 2018-12-16T10:25:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T07:10:06.000Z (almost 6 years ago)
- Last Synced: 2024-08-10T09:15:09.029Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pip-plugin-collection
This adds the following packages as `pip` plugins.
- [pip-tools](https://github.com/jazzband/pip-tools/)
- [pipdeptree](https://github.com/naiquevin/pipdeptree)
- [pip-upgrader](https://github.com/simion/pip-upgrader/)
(Please raise an issue to see your favourite package added here!)## Install
Run `$ pip install pip-plugin-collection`. After that you should see something like this-
```
$ pip --help
...
completion A helper command used for command completion.
help Show help for commands.3rd Party Commands:
upgrade
tree
compile
syncGeneral Options:
-h, --help Show help.
--isolated Run pip in an isolated mode, ignoring environment variables and user configuration.
...
```(You only need to install it once on the global python, and after that they should be available on virtualenvs too.)
## Known Issues
- pipdeptree shows global packages by default. This means it's mandatory to use `pip tree -l` inside a virtualenv, or else it will show global packages too.---
Made using [plugingen](https://github.com/pycampers/plugingen).
(This is a prof of concept for a [fork](https://github.com/devxpy/pip) of `pip` that supports plugins. Follow discussion [here](https://github.com/pypa/pip/issues/3999#issuecomment-447743331).)