https://github.com/annotation/text-fabric
Raw File
Tip revision: b5a5e40da3609c6ce45b2a59c4de5ff49c27353e authored by Dirk Roorda on 26 June 2020, 12:39:42 UTC
small fixes
Tip revision: b5a5e40
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