https://github.com/annotation/text-fabric
Raw File
Tip revision: b7c6e7e757970b5f41446299e688107c69ef04d1 authored by Dirk Roorda on 18 August 2022, 17:12:12 UTC
refinements in colume support
Tip revision: b7c6e7e
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