https://github.com/annotation/text-fabric
Raw File
Tip revision: 87c64d3b18b241ffdd7a2fa4cfd4579f03822381 authored by Dirk Roorda on 16 April 2024, 18:32:01 UTC
small fixes
Tip revision: 87c64d3
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