https://github.com/annotation/text-fabric
Raw File
Tip revision: 92d03dc470a217b73f890212332e07feeebe4a3a authored by Dirk Roorda on 10 January 2019, 19:18:54 UTC
tutorials moved
Tip revision: 92d03dc
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