Metadata-Version: 1.0
Name: PythonEggTools
Version: 1.0a0
Summary: Command line tools for working with Python packages
Home-page: UNKNOWN
Author: Maris Fogels
Author-email: mfogels@interactdirect.com
License: UNKNOWN
Description: 
        The Python Egg Tools (PET) are command-line utilities for querying and
        managing Python packages.
        
        The tools are based upon to Debian's ``apt-get`` and ``apt-cache``
        package management utilities.  They provide an alternate interface to
        setuptools' ``easy_intall`` script.
        
        ``pet-get``
        A command line utility for installing, updating, and
        general management of packages.  It wraps setuptools'
        ``easy_install`` script.
        
        ``pet-cache``
        A command line utility for querying package information,  or
        for displaying all of the packages installed on the system.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Systems Administration
Classifier: Programming Language :: Python
