https://github.com/annotation/text-fabric
Raw File
Tip revision: 958f894330b961e48f62633777c2071f34c2c42c authored by Dirk Roorda on 08 September 2022, 19:31:03 UTC
small fixes in version mappings
Tip revision: 958f894
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