A Pypi proxy
Project description
A PyPI proxy done using Flask. It will use PyPI, and then keep the downloaded egg for future reference. After the package is downloaded from PyPI, it won’t download it from PyPI again and instead use the local copy of the file.
How to use it
To use it after the right configuration, run:
pip install -i http://mypypiserver.com/simple/ <PACKAGE>
Documentation can be found here: https://flask-pypi-proxy.readthedocs.org/en/latest/index.html
Advantages
A local PyPI mirror to download the eggs faster and doesn’t depends on PyPI or any other service.
Uploading your private python packages. This is useful if you work for a company that have eggs, but doesn’t open source them :(
Uploading the compiled packages. There are some packages (lxml, Pillow) that are compiled each time that are installed. You can upload the compiled package to save some time.
It does get newer versions. Supose that you installed Flask (0.8.0), and a new release is required. This is version 0.9. Then the new package will be downloaded from PyPI, and the proxy will be updated.
Special Thanks
Special thanks to robin-jarry, jokull and to <michaelmior https://github.com/michaelmior>
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
File details
Details for the file Flask-Pypi-Proxy-Ext-0.5.1.tar.gz
.
File metadata
- Download URL: Flask-Pypi-Proxy-Ext-0.5.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 247a66a0bfc96274a1c04a4ccb0c4b9ce4ee2fecd772c8958eeb4143b11ed176 |
|
MD5 | 9867fc538a74f718fdadc26ddc1c342f |
|
BLAKE2b-256 | 8d777e471557b53d77c4c8ded1b90b7a863d526eb24bd1410a7a13f49c28a0cb |