Metadata-Version: 1.1
Name: pyg
Version: 0.5.2
Summary: Python Package Manager
Home-page: http://pyg-installer.co.nr
Author: Michele Lacchia
Author-email: michelelacchia@gmail.com
License: MIT
Download-URL: http://pypi.python.org/pypi/pyg
Description: Pyg
        ===
        
        Pyg is a Python package manager that is meant to be an alternative to easy_install.
        It can download, install, remove packages.
        Pyg supports almost all package filetypes:
        
         * .tar.gz
         * .tar.bz2
         * .zip
         * .egg
         * .pybundle
         * .pyb (an abbreviation for .pybundle)
        
        Pyg can remove all packages, even those installed with pure-distutils install (``python setup.py install``).
        
Keywords: python,easy_install,pip,setuptools,package manager,command line,CLI
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Build Tools
Provides: pyg
