https://github.com/annotation/text-fabric
Raw File
Tip revision: 24391708e0f1090730cee7508c68022e4aa7f90c authored by Dirk Roorda on 02 July 2019, 17:23:48 UTC
fixes
Tip revision: 2439170
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