https://github.com/annotation/text-fabric
Raw File
Tip revision: 86d0b3e8bba1f33619af8671781de4e018c93538 authored by Dirk Roorda on 12 December 2018, 09:41:55 UTC
bottle replaced by flask
Tip revision: 86d0b3e
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