https://github.com/annotation/text-fabric
Raw File
Tip revision: 29df2353a2e2b0e87aa53be0c953ff3529602b83 authored by Dirk Roorda on 11 June 2020, 15:23:28 UTC
hotfix
Tip revision: 29df235
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