https://github.com/annotation/text-fabric
Raw File
Tip revision: d80fa906d692092f995a22bff6b8321f5250e009 authored by Dirk Roorda on 15 December 2021, 19:49:30 UTC
better feature migration
Tip revision: d80fa90
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