https://github.com/annotation/text-fabric
Raw File
Tip revision: e6ec37466e1dbedd32db8b8118579f816a3c50cc authored by Dirk Roorda on 10 September 2021, 12:28:58 UTC
display methods can also output html strings
Tip revision: e6ec374
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