https://github.com/annotation/text-fabric
Raw File
Tip revision: 9fe4ffc86ce466d0085ac02e20e14e8f04ade33b authored by Dirk Roorda on 29 May 2020, 12:17:05 UTC
improved display algorithm
Tip revision: 9fe4ffc
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