https://github.com/annotation/text-fabric
Raw File
Tip revision: 591403d47305c4a8bf3630adc8d9ac3b77b45424 authored by Dirk Roorda on 08 March 2019, 14:17:59 UTC
minor changes
Tip revision: 591403d
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