https://github.com/annotation/text-fabric
Raw File
Tip revision: 1953f2515c56aa07435faeb06b8af65e39074940 authored by Dirk Roorda on 11 May 2023, 13:30:32 UTC
minor update to xml conversion
Tip revision: 1953f25
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