https://github.com/annotation/text-fabric
Raw File
Tip revision: 47a958003620d3894413328c0bde60aabeb2f41c authored by Dirk Roorda on 06 January 2022, 15:05:12 UTC
reorg
Tip revision: 47a9580
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