https://github.com/annotation/text-fabric
Raw File
Tip revision: a98783bed84e5235ef10a31a65f1e9b38cc83be1 authored by Dirk Roorda on 18 November 2022, 11:02:13 UTC
fixes in backend handling
Tip revision: a98783b
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