Skip to main content

A proxy for accessing PyPI

Project description

Background

Since the beginning of time (the 90s), PyPI has stood as the pinnacle of centralized Python packaging. Everytime an easy_install or a pip command is run, PyPI is servicing a request, routing you to the correct version, architecture, etc., of the package you requested. Its very flexible–even allowing package authors to host packages both to PyPI and their personal web sites.

…which is all fine and dandy, until these third-party web sites run into problems. Infinite loops due to randomly generated URLs names causing DDoS attacks, slow download speeds, missing files, and downtime, all affect the end user’s experience. While pip seeks to address some of these issues, the plain and simple fact of the matter is: PyPI is no longer a reliable resource.

pyroxy is a special kind of proxy that sits between your client and PyPI; with it, you can restrict what packages are available, as well as what sources to use. For example, the default behavior is to choose PyPI hosted packages, direct download links, or generic URLs (which are then parsed), in that order–if the higher precendence is available, the more unreliable are omitted. With the ability to set whitelisted packages, this means that you can essentially control what your clients are accessing at any time!

Documentation

Documentation can be viewed through PyPI, or by building the documentation yourself using:

python setup.py develop
python setup.py build_sphinx

The latest (and previously published) versions of the documentation are always available on RTD.

License

pyroxy is covered by the APL 2.0 license. See LICENSE for all details.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pyroxy-0.1.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file pyroxy-0.1.tar.gz.

File metadata

  • Download URL: pyroxy-0.1.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyroxy-0.1.tar.gz
Algorithm Hash digest
SHA256 d385823a035cd0b5bcc4268453c97190ea8f706529335617c2a8ca12b95248e7
MD5 5c43992c0df2d4d76ab2376b883e1fef
BLAKE2b-256 4ee325a8d6459e9f0a3243fe56f636aa045889c063a152fae46dc74745d8462f

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