Metadata-Version: 2.1
Name: pypackproxy
Version: 0.2.0
Summary: A caching proxy for Python package indexes.
Home-page: https://andreas19.github.io/pypackproxy/
Author: Andreas Suhre
Author-email: andreas19@posteo.eu
License: BSD-3-Clause
Project-URL: Source code, https://github.com/andreas19/pypackproxy/
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: cherrypy (~=18.5)
Requires-Dist: packaging (>=20.1)
Requires-Dist: plac (~=1.1)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: salmagundi (>=0.11.3)

# PyPackProxy

A caching proxy for Python package indexes.

For more information see the [documentation](https://andreas19.github.io/pypackproxy/overview.html).

History
-------

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

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


