https://github.com/annotation/text-fabric
Raw File
Tip revision: 0c9697b8377366f46c92e4cbd426496261189ad1 authored by Dirk Roorda on 05 July 2023, 13:43:11 UTC
TF browser on iPad
Tip revision: 0c9697b
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