https://github.com/annotation/text-fabric
Raw File
Tip revision: 2804fc5f979e13e4fafa647e56138fe230b9d54a authored by Dirk Roorda on 24 August 2021, 09:57:39 UTC
small fixes
Tip revision: 2804fc5
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