https://github.com/annotation/text-fabric
Raw File
Tip revision: 56876b3bc29940253d0c2eba97382e05fb4a635f authored by Dirk Roorda on 16 December 2021, 11:15:08 UTC
feature loading is faster
Tip revision: 56876b3
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