https://github.com/annotation/text-fabric
Raw File
Tip revision: 59cc49a442ea21aa6014181b91ee3f3b2322947f authored by Dirk Roorda on 18 January 2019, 10:12:43 UTC
small fix in browsing passages
Tip revision: 59cc49a
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