https://github.com/annotation/text-fabric
Raw File
Tip revision: a8c163895a62ba8a334e455960cb5b5753f0e788 authored by Dirk Roorda on 13 February 2020, 11:26:31 UTC
various fixes and github personal token support
Tip revision: a8c1638
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