Last updated:
0 purchases
pipman 0.0.3
Overview
pipman is a wrapper around pip that provides additional/useful features not included in pip itself
General Information
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
Pre-requisites
Installing and operating pipman requires:
Python 3.6 or greater
setuptools installed
Internet connection for downloading the dependency Python packages from PyPI
Installation
NOTE: during installation the following package and its dependencies are
automatically installed from PyPI:
Argh (command-line argument parsing)
Colorama (adding colours to CLI/terminal programs)
Installation using pip or easy_install
pipman can be installed from Python Package Index (PyPI) by running pip install pipman
Verifying the installation
The pipman command-line tool is installed (to a platform-specific location),
try running pipman -h for help
Usage
pipman listall - lists all the packages currently installed (see pipman listall -h
for information concerning the output and different colours)
pipman freeze - creates a trimmed-down requirements.txt file and is similar to pip freeze > requirements.txt
(see pipman freeze -h for more information)
Credits
Thanks for the contributions!
Coming soon
License (GPL V3)
This package is licensed under the open-source “GNU GPL, Version 3”.
The full license text is available in the file LICENSE
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.