https://github.com/annotation/text-fabric
Raw File
Tip revision: ad73047b83c80644a93ed1f5e6d0f028cacb192b authored by Dirk Roorda on 05 October 2018, 13:03:37 UTC
better T.text(), autodetect data updates
Tip revision: ad73047
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