https://github.com/annotation/text-fabric
Raw File
Tip revision: 57648a055222679c3be5f7f0cb6211751ac016ea authored by Dirk Roorda on 28 November 2023, 16:44:58 UTC
small fix in startup tf browser
Tip revision: 57648a0
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