Metadata-Version: 1.1
Name: papaye
Version: 0.1
Summary: papaye
Home-page: http://www.rcommande.org
Author: Romain Commandé
Author-email: commande.romain@gmail.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/rcommande/papaye.png?branch=master
            :target: https://travis-ci.org/rcommande/papaye
        
        papaye README
        ==================
        A basic PyPi server clone written in `Pyramid Web Framework`_, using `ZODB`_ and `Beaker Cache`_.
        
        Getting Started
        ---------------
        
        - cd <directory containing this file>
        - $venv/bin/pip install -e .
        - $venv/bin/papaye_init development.ini  # Use production.ini in production
        - $venv/bin/pserve development.ini  # Use production.ini in production
        
        
        Configuration
        -------------
        
        Papaye variables
        ################
        
        papaye.proxy (true / false)
        ...........................
        Enable proxy from Pypi server
        
        papaye.anonymous_install (true / false)
        .......................................
        Allow anonymous user to install packages
        
        papaye.proxy.broker (ZMQ URI)
        .............................
        ZMQ URI used by queue and producer devices
        
        papaye.proxy.collector (zmq uri)
        ................................
        zmq uri used by collector device
        
        papaye.proxy.worker (zmq uri)
        .............................
        zmq uri used by worker devices
        
        papaye.worker.concurency (integer)
        ..................................
        Number of workers
        
        
        Changelist
        ----------
        
        0.1
        ###
        Initial version
          * Works with PIP
          * Proxify PyPi repository
          * Cache PyPi repository
          * Package uploading
          * Anonymous / private repository
          * Async tasks
          * Works with Python 3.2 / 3.3 / 3.4
        
        
        .. _ZODB: https://pypi.python.org/pypi/ZODB
        .. _Pyramid Web Framework: http://www.pylonsproject.org
        .. _Beaker Cache: http://beaker.readthedocs.org
        
        
        0.1
        ###
        Initial version
        
        - Works with PIP
        - Proxify PyPi repository
        - Cache PyPi repository
        - Package uploading
        - Anonymous / private repository
        - Async tasks
        - Works with Python 3.2 / 3.3 / 3.4
        
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
