https://github.com/annotation/text-fabric
Raw File
Tip revision: a0756f5c549fc6de880876b0aa65f7304b071353 authored by Dirk Roorda on 05 July 2023, 14:32:51 UTC
fix
Tip revision: a0756f5
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