swh:1:snp:7ce5f1105410d5ee1ad6abfdc873986c25b579e5
Raw File
Tip revision: ea7f4c45accbad81e8b4829effb5024f0ce7ed2f authored by Dirk Roorda on 29 August 2022, 09:54:27 UTC
code meta harvest
Tip revision: ea7f4c4
purge.sh
EGGNAME="text-fabric"; (for ip in $(dig +short pypi.org); do url="https://$ip/simple/${EGGNAME}/"; echo "Purging $url..."; curl -L -H 'Host: pypi.python.org' --insecure -XPURGE $url; done)
back to top