https://github.com/annotation/text-fabric
Raw File
Tip revision: 426b1569c963b98a17d5bd8e7dce7fd9f5195a76 authored by Dirk Roorda on 20 February 2020, 21:31:39 UTC
open statements now with encoding=utf8
Tip revision: 426b156
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