https://github.com/annotation/text-fabric
Raw File
Tip revision: cf868b310300e7e1baf30923afdfdb58367c2a42 authored by Dirk Roorda on 30 January 2021, 14:24:07 UTC
version mapping functions included
Tip revision: cf868b3
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