https://github.com/annotation/text-fabric
Raw File
Tip revision: 3df56f1a4213b4b7cbacb7dac93cf18932cc6a41 authored by Dirk Roorda on 11 July 2019, 16:05:13 UTC
github connection error msg
Tip revision: 3df56f1
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