https://github.com/annotation/text-fabric
Raw File
Tip revision: 478e28207ab4997dc42b53efc96bd525a0679301 authored by Dirk Roorda on 03 May 2022, 06:12:55 UTC
fix in export
Tip revision: 478e282
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