https://github.com/annotation/text-fabric
Raw File
Tip revision: bae3364b5104f3e2d920c3b97996267195ec613d authored by Dirk Roorda on 29 January 2019, 23:20:16 UTC
simpler conversion
Tip revision: bae3364
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