https://github.com/annotation/text-fabric
Raw File
Tip revision: c1ccd4a4dc451e94a789f138576576c5d7f13474 authored by Dirk Roorda on 22 June 2022, 10:59:32 UTC
bugfix in tf browser
Tip revision: c1ccd4a
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