https://github.com/annotation/text-fabric
Raw File
Tip revision: 12d682c735ea72c35b95a8491d54a495a80ffb94 authored by Dirk Roorda on 02 June 2020, 08:49:45 UTC
you can use apps and override existing settings on the fly
Tip revision: 12d682c
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