https://github.com/annotation/text-fabric
Raw File
Tip revision: 280663a652f180408ec64aa4aabcf97d21ef8b0c authored by Dirk Roorda on 10 May 2023, 21:19:05 UTC
tweaks in xml convert
Tip revision: 280663a
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