https://github.com/annotation/text-fabric
Raw File
Tip revision: c0a49f092ceda3e7bab91fd0f1aa84e2dc029cf4 authored by Dirk Roorda on 04 May 2022, 14:24:39 UTC
small fixes
Tip revision: c0a49f0
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