https://github.com/annotation/text-fabric
Raw File
Tip revision: 32365708c3f2290c628f254289cad95d9a19e840 authored by Dirk Roorda on 08 November 2018, 00:01:53 UTC
bug
Tip revision: 3236570
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