Metadata-Version: 1.1
Name: Stallion
Version: 0.4
Summary: A Python Package Manager interface.
Home-page: https://github.com/perone/stallion/
Author: Christian S. Perone
Author-email: christian.perone@gmail.com
License: Apache License 2.0
Description: Stallion
        =========
        
        Stallion is a Python Package Manager interface created to provide an "easy-to-use" visual and also
        a command-line interface for Pythonistas. Today we have many nice distribution utilities like pip,
        distribute, etc, but we don't have a nice visual approach to inspect current installed packages,
        show porjects metadata, check for PyPI updates, etc. 
        
        Using Stallion
        -------------------------------------------------------------------------------
        
        ::
        
            stallion [--help]
        
        Using PLP (Python List Package)
        -------------------------------------------------------------------------------
        
        ::
        
            plp [--help]
        
        How to Install
        -------------------------------------------------------------------------------
        
        Installing using pip:
        
        ::
        
            $ pip install stallion
            $ stallion -w
        
        Upgrading using pip:
        
        ::
        
            $ pip install --upgrade stallion
            $ stallion
        
        Links
        -------------------------------------------------------------------------------
        
        * `Project Site (github) <http://perone.github.com/stallion/>`_
Keywords: package manager,distribution tool,stallion
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
