https://github.com/annotation/text-fabric
Raw File
Tip revision: e445baad1442c458acd1bfe73898a9f521f2433b authored by Dirk Roorda on 15 February 2024, 16:05:43 UTC
small fixes
Tip revision: e445baa
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