Metadata-Version: 1.0
Name: z3c.pypimirror
Version: 0.2.0
Summary: A module for building a complete or a partial PyPI mirror
Home-page: UNKNOWN
Author: Andreas Jung
Author-email: lists@zopyx.com
License: UNKNOWN
Description: Setting up a PyPI "simple" index
        ================================
        
        This package provides a mirror for the PyPI simple interface,
        http://cheeseshop.python.org/simple/.
        
        To set up a mirror:
        
        - install this package using setuptools (easy_install, buildout, etc.)
        so that the script, pypimirror script is installed.
        
        - create your mirror configuration file maybe based on config.cfg.sample
        
        - Run the pypimirror script passing the name of the mirror configuration
        file
        
        This will initialize the mirror.
        
        - Set up a cron job to run update-mirror periodically.
        
        
        LICENSE
        =======
        Zope Public License 2.1 (ZPL 2.1)
        
        Authors
        =======
        z3c.pypimirror was part of the Blackforest Sprint 2008 by the following
        persons:
        
        - Daniel Kraft (Lead)
        - Gottfried Ganssauge
        - Josip Delc
        - Andreas Jung
        
        Changes
        =======
        
        Change history
        ~~~~~~~~~~~~~~
        0.2.0 (2008-08-28)
        ------------------
        
        - setup.py cleanup and fixes
        - fixed license file
        - updated README.txt
        
        0.1.1 (2008-08-27)
        ------------------
        
        - corrected the index pages for packages (have full urls now)
        - added a full.html for packages (you better gz this ;) )
        - removed html page download for external sites
        
        
        0.1.0 (2008-08-27)
        ------------------
        
        - initial release
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
