https://github.com/annotation/text-fabric
Raw File
Tip revision: 2e2ef8299b63f454981ffb0faf5040809de53707 authored by Dirk Roorda on 10 June 2019, 10:01:58 UTC
added feature comparison in search templates
Tip revision: 2e2ef82
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