https://github.com/annotation/text-fabric
Raw File
Tip revision: 161b3ada88997ef85a532149d0a305ade09a4616 authored by Dirk Roorda on 13 December 2018, 10:13:17 UTC
export excel
Tip revision: 161b3ad
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