https://github.com/annotation/text-fabric
Raw File
Tip revision: 085330992f6a19e2f4215fa39a80e9486fe680b1 authored by Dirk Roorda on 09 October 2018, 13:23:10 UTC
simpler incantation
Tip revision: 0853309
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