https://github.com/annotation/text-fabric
Raw File
Tip revision: 7d85a340e65c00d26382ffadeaf54a04299f8bc6 authored by Dirk Roorda on 22 June 2023, 12:52:56 UTC
more powerful queries and highlight fixes
Tip revision: 7d85a34
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