https://github.com/annotation/text-fabric
Raw File
Tip revision: 20a11ec8c00eaa300322fdd0de11bdb896c605ed authored by Dirk Roorda on 21 February 2023, 16:05:24 UTC
fixes and enhancements
Tip revision: 20a11ec
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