PyPI Mirror in Iran
PyPI is the official Python index. Planned path: /pypi.
About PyPI
Almost every data and web project depends on pip install; wheels from pypi.org can be slow or flaky.
A local index or cache shortens dependency installs in CI and on laptops.
PyPI mirror in Iran
The goal is for pip to point at Rasanegaar’s software repository.
Not live yet; a pip.conf / PIP_INDEX_URL example will appear after launch.
On Rasanegaar Mirror
StatusComing soon
Size—
Last update—
URL
https://mirror.rasanegaar.com/pypi/This repository will be hosted on Rasanegaar Mirror soon. The target URL is reserved.
Browse repository (not live yet)
How to use the PyPI mirror in Iran
This section will be completed once the mirror is live.
Manual steps
- Set index-url to the Rasanegaar Mirror URL.
- Try a test install:
pip install …
Updating PyPI in Iran
When pypi.org is slow from Iran, installs and upgrades via the local mirror show up in CI.
Do not change pins; only the download origin changes.