Skip to content

pombredanne/papaye

 
 

Repository files navigation

image

papaye

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

About

A basic PyPi server clone

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 36.2%
  • CSS 33.0%
  • JavaScript 30.8%