https://github.com/annotation/text-fabric
Raw File
Tip revision: afb429e6b1c40218b4bc65e36737c5338ac37367 authored by Dirk Roorda on 11 April 2023, 16:19:10 UTC
big update with rate limit avoidance
Tip revision: afb429e
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