Metadata-Version: 1.1
Name: devpi
Version: 0.9
Summary: devpi: github-style pypi index server and packaging meta tool.
Home-page: http://doc.devpi.net
Author: Holger Krekel
Author-email: holger@merlinux.eu
License: MIT
Description: devpi: managing and serving Python release processes
        ===================================================================
        
        ``devpi`` is a meta package installing two other packages::
        
        - ``devpi-server``: for serving a pypi.python.org consistent
          caching index as well as local github-style overlay indexes.
        
        - ``devpi-client``: command line tool with sub commands for
          creating users, using indexes, uploading to and installing
          from indexes, as well as a "test" command for invoking tox.
        
        For getting started see http://doc.devpi.net/
        
        Holger Krekel, June 2013
        
        
        
        
        0.9
        ---------------------
        
        - initial release
        
Keywords: pypi cache server installer wsgi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
