https://github.com/annotation/text-fabric
Raw File
Tip revision: 0b57f40801c9908b580e1f1df059a7a8d0a7304b authored by Dirk Roorda on 20 June 2022, 18:38:19 UTC
minor improvements
Tip revision: 0b57f40
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