https://github.com/annotation/text-fabric
Raw File
Tip revision: 593d2ca6a6325263f453d4b0d50398433e925f49 authored by Dirk Roorda on 04 September 2018, 14:19:00 UTC
cite instruction in docs
Tip revision: 593d2ca
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