Skip to main content

devpi-server: reliable private and pypi.python.org caching server

Project description

devpi-server: pypi server for caching and private indexes

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.

user specific indexes

Each user (which can represent a person or a project, team) can have multiple indexes and upload packages and docs via standard setup.py invocations command. Users and indexes can be manipulated 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 complementary 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.

Changelog

4.3.2 (2017-12-19)

Bug Fixes

  • fix issue480: store additional metadata for packages.

  • fix issue489: ignore download errors in replica thread for mirrored files that were removed from the filesystem on master and from the mirrored source.

4.3.1 (2017-11-23)

Bug Fixes

  • fix +api on replica when master is down.

4.3.1rc1 (2017-09-08)

Bug Fixes

  • fix issue345: remove expires -1 option in example nginx proxy config for devpi. When there are no Expires and Cache-Control headers, then pip does not cache the simple pages, the headers set by expires -1 caused pip to cache for 5 minutes.

  • fix issue402: the redirect to simple index didn’t take X-Outside-Url into account.

  • fix for url decoding issue with mirrors. When package filenames contain characters such as ! or +, these get URL encoded to %21 and %2B in the remote simple index. This fix ensures that in the filename saved to the disk cache these are decoded back to ! or +.

  • fix issue434: --status didn’t work anymore. The background server functionality is now deprecated, see –gen-config to use a process manager from your OS.

  • fix issue449: push to pypi broke again due to a changed reply.

  • fix remote file url for mirrors not named “root/pypi” which provide file hashes.

  • fix issue401: fix traceback and inaccessible index by ignoring removed bases.

4.3.0 (2017-04-23)

  • allow upload of documentation without first registering the project or uploading releases.

  • add a new command line option --replica-max-retries

    Under certain network conditions, it’s possible for a connection from devpi to replicas (such as pypi) to be dropped, resulting in a 502 bad gateway being returned from devpi. When replica-max-retries is set to a number > 0, devpi will attempt to retry connections until the retry limit is reached.

  • fix --import after --init option was added.

  • fix import when the export contains a bases cycle.

  • fix issue350: use absolute path to devpi-server when starting background process.

  • fix issue392: setting user password from command line when password hash wasn’t migrated yet failed.

  • fix #381: indicate acceptable exit status for systemd.

  • remove broken --bypass-cdn option.

4.2.1 (2016-12-22)

  • the new --init option now exits after done, so it can be used in automation scripts. When using with --start it still starts the background server immediately.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devpi-server-4.3.2.tar.gz (163.1 kB view details)

Uploaded Source

Built Distribution

devpi_server-4.3.2-py2.py3-none-any.whl (175.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file devpi-server-4.3.2.tar.gz.

File metadata

File hashes

Hashes for devpi-server-4.3.2.tar.gz
Algorithm Hash digest
SHA256 eb6d3d9bbb1994e98cec82b4ee08569c9f2b56baac6a11c64230527a4e06cf9c
MD5 3cfe1442e7e9927eb6759bdaf6b68c81
BLAKE2b-256 e89c9b6823cc3d0571b7d3a48aa907488a8ae37f5a6e9cf42b405c74e595c61d

See more details on using hashes here.

File details

Details for the file devpi_server-4.3.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for devpi_server-4.3.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 17439f941a277ebf6c62d0edc4d9b79224bd3cd3b4a4661f69fa4e958dbccd00
MD5 0c380e66627071ec145b362f03eb2ea1
BLAKE2b-256 432f8bb056583baf82d63295db9ddefbeb3fb18fed1fc3b35d7a0a1c4452d883

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page