pipsort

Get pip search results sorted by version


License
Other
Install
pip install pipsort==0.1.1

Documentation

Overview

This is the pipsort application - sorts pip search results based on version number

Minimum Requirements

  • Python 2.7 - doesn't work with Py3

Optional Requirements

  • py.test 2.7 (for running the test suite)
  • Sphinx 1.3 (for generating documentation)

Basic Setup

Install for the current user:

$ python setup.py install --user

alternatively

$ pip install pipsort

Run the application:

$ python -m pipsort --help

alternatively

$ pipsort <searchterm>

Run the test suite:

$ py.test test/

Build documentation:

$ cd doc && make html

Deploy the application in a self-contained Virtualenv environment:

$ python deploy.py /path/to/apps
$ cd /path/to/apps/ && pipsort/bin/cli --help