https://github.com/annotation/text-fabric
Raw File
Tip revision: 331baa8460d48d644338cf8e085d696cb9cbdbb0 authored by Dirk Roorda on 13 May 2024, 17:23:03 UTC
fix in getFeatures
Tip revision: 331baa8
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