https://github.com/annotation/text-fabric
Raw File
Tip revision: 6d48063a73783de6e8113db911aacc15911a6f36 authored by Dirk Roorda on 14 June 2021, 12:37:00 UTC
small fix to make it python 3.8 compatible
Tip revision: 6d48063
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