fschulze/dev/: devpi-server-2.1.4 metadata and description

devpi-server: reliable fast pypi.python.org caching server

Metadata
author Holger Krekel
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Application
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.3
keywords pypi cache server wsgi
license MIT
Files
File Tox results History
devpi-server-2.1.4.tar.gz
Size
111 KB
Type
Source
sha256
9603d402b0b1bc9ae6f6520e6944e8583ec270ecd4a1fab039a61c8e1bb649ba
fire.local linux2 bare 2.7.3 Tests passed
fire.local linux2 flakes 2.7.3 Tests passed
fire.local linux2 py26 2.6.9 Tests passed
fire.local linux2 py27 2.7.3 Tests passed
fire.local linux2 py34 3.4.1 Tests passed
WIN2 win32 bare 2.7.7 Tests passed
WIN2 win32 flakes 2.7.7 Tests passed
WIN2 win32 py26 2.6.6 Tests passed
WIN2 win32 py27 2.7.7 Tests passed
WIN2 win32 py34 3.4.1 Tests passed
Crow.local darwin bare 2.7.9 Tests passed
Crow.local darwin flakes 2.7.9 Tests passed
Crow.local darwin py26 2.6.9 Tests passed
Crow.local darwin py27 2.7.9 Tests passed
Crow.local darwin py34 3.4.2 Tests passed
All toxresults …

consistent robust pypi-cache

You can point pip or easy_install to the root/pypi/+simple/ index, serving as a self-updating transparent cache for pypi-hosted and external packages. Cache-invalidation uses the latest and greatest PyPI protocols. The cache index continues to serve when offline and will resume cache-updates once network is available.

github-style indexes

Each user can have multiple indexes and upload packages and docs via standard setup.py invocations. Users, indexes (and soon projects and releases) are manipulaed through a RESTful HTTP API.

index inheritance

Each index can be configured to merge in other indexes so that it serves both its uploads and all releases from other index(es). For example, an index using root/pypi as a parent is a good place to test out a release candidate before you push it to PyPI.

good defaults and easy deployment

Get started easily and create a permanent devpi-server deployment including pre-configured templates for nginx and cron.

separate tool for Packaging/Testing activities

The complimentary devpi-client tool helps to manage users, indexes, logins and typical setup.py-based upload and installation workflows.

See http://doc.devpi.net for getting started and documentation.