Metadata-Version: 1.1
Name: devpi
Version: 1.2.1
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: PyPI server and packaging/testing/release tool
        ===================================================================
        
        ``devpi`` is a meta package installing two other packages:
        
        - `devpi-server <http://pypi.python.org/pypi/devpi-server>`_: 
          for serving a pypi.python.org consistent
          caching index as well as local github-style overlay indexes.
        
        - `devpi-client <http://pypi.python.org/pypi/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, October 2013
        
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
