|
|
|
|
|
by jmlane
5164 days ago
|
|
I'd really enjoy reading about how to setup a PyPI mirror like the one you use in your development/deployment workflow. It seems like a really good idea, considering I've had problems with PyPI at really inconvenient times in the past. |
|
You just set it up on a local server, and upload packages the same way they are uploaded to real PyPI.
You can specify alternate PyPI server with a ~/.pypirc. There are probably other ways to do this. What's nice about this is you can upload your own private packages or your own personal forks of packages. We do both.