https://github.com/annotation/text-fabric
Raw File
Tip revision: 8bf225332f86887765bc104203f18240a9ada1a8 authored by Dirk Roorda on 13 March 2019, 12:09:45 UTC
symmetric edges
Tip revision: 8bf2253
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