https://github.com/annotation/text-fabric
Raw File
Tip revision: ddfb3ac4b3e89311b0d63c181be8e18d408eaf97 authored by Dirk Roorda on 13 January 2023, 16:06:38 UTC
small fixes
Tip revision: ddfb3ac
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