Metadata-Version: 1.0
Name: chishop
Version: 0.2.0
Summary: Simple PyPI server written in Django.
Home-page: http://ask.github.com/chishop
Author: Ask Solem
Author-email: askh@opera.com
License: UNKNOWN
Description: =========================================
        ChiShop/DjangoPyPI
        =========================================
        :Version: 0.1
        :Authors:
        Ask Solem (askh@opera.com)
        
        Installation
        ============
        
        First you have to install the dependencies::
        
        $ python setup.py build
        # python setup.py install # (run as root)
        
        Initial configuration
        ---------------------
        $ cd chipshop/
        
        $ $EDITOR settings.py
        
        $ python manage.py syncdb
        
        Run the PyPI server
        -------------------
        
        $ python manage.py runserver
        
        
        Please note that ``chishop/media/dists`` has to be writable by the
        user the web-server is running as.
        
        Contact Information
        ====================
        askh@opera.com
        
        .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python
