Metadata-Version: 1.0
Name: pipsort
Version: 0.1.1
Summary: Get pip search results sorted by version
Home-page: http://github.com/vinu76jsr/pipsort
Author: Vaibhav Mishra
Author-email: vinu76jsr@gmail.com
License: UNKNOWN
Description: 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: http://pytest.org
        ..  _Sphinx: http://sphinx-doc.org
        
        * `py.test`_ 2.7 (for running the test suite)
        * `Sphinx`_ 1.3 (for generating documentation)
        
        
        Basic Setup
        ===========
        
        Install for the current user:
        
        ..  code-block::
        
            $ python setup.py install --user
        
        alternatively
        
        .. code-block::
        
            $ pip install pipsort
        
        
        Run the application:
        
        ..  code-block::
        
            $ python -m pipsort --help
        
        alternatively
        
            $ pipsort <searchterm>
        
        
        Run the test suite:
        
        ..  code-block::
           
            $ py.test test/
        
        
        Build documentation:
        
        ..  code-block::
        
            $ cd doc && make html
            
            
        Deploy the application in a self-contained `Virtualenv`_ environment:
        
        ..  _Virtualenv: https://virtualenv.readthedocs.org
        
        ..  code-block::
        
            $ python deploy.py /path/to/apps
            $ cd /path/to/apps/ && pipsort/bin/cli --help
        
Platform: UNKNOWN
