Metadata-Version: 1.0
Name: Stallion
Version: 0.1
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 interface
        for Python newcomers. Today we have many nice distribution utilities like pip, distribute, etc, but
        we don't have a nice visual approach with these same goals. 
        
        Using Stallion
        '''''''''''''''''
        
        ::
        
            python -m stallion.main [--help]
        
        Easy to Setup
        ''''''''''''''''
        
        ::
        
            $ easy_install stallion
            $ python -m stallion.main
        
        Links
        '''''''''''''
        
        * `Project Site (github) <https://github.com/perone/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
