pipman is a wrapper around pip that provides additional/useful features not included in pip itself
source repo: | https://github.com/Kentoseth/pipman |
---|---|
pypi: | https://pypi.python.org/pypi/pipman |
email: | kentoseth (at) devcroo dot com |
bug tracker: | https://github.com/Kentoseth/pipman/issues |
Installing and operating pipman requires:
- Python 3.6 or greater
- setuptools installed
- Internet connection for downloading the dependency Python packages from PyPI
NOTE: during installation the following package and its dependencies are automatically installed from PyPI:
pipman can be installed from Python Package Index (PyPI) by running pip install pipman
- The
pipman
command-line tool is installed (to a platform-specific location), try runningpipman -h
for help
pipman listall
- lists all the packages currently installed (seepipman listall -h
for information concerning the output and different colours)pipman freeze
- creates a trimmed-down requirements.txt file and is similar topip freeze > requirements.txt
(seepipman freeze -h
for more information)
Thanks for the contributions!
- Coming soon
This package is licensed under the open-source "GNU GPL, Version 3".
The full license text is available in the file LICENSE