Overview

A caching proxy for Python package indexes. It should work with every package index that conforms to PEP 503 Simple Repository API (but only tested with PyPI).

Installation

# pip install pypackproxy

Requirements

History

2020-06-29 (0.3.1)
  • Switch template engine to Jinja2

2020-02-23 (0.3.0)
  • Use form-based authentication for admin login and enable logout

2020-02-11 (0.2.0)
  • Can now run without external package repository

2020-02-08 (0.1.0)
  • First public release