A wrapper around pip that provides additional/useful features not included in pip itself
Project description
Overview
pipman is a wrapper around pip that provides additional/useful features not included in pip itself
General Information
- source repo:
- pypi:
- email:
kentoseth (at) devcroo dot com
- bug tracker:
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:
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.