https://github.com/annotation/text-fabric
Raw File
Tip revision: fa9d268e1e8ba0826fbb81396701e6d43528cfb6 authored by Dirk Roorda on 14 June 2021, 13:34:39 UTC
small fix to make client data without use of published data
Tip revision: fa9d268
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