https://github.com/annotation/text-fabric
Raw File
Tip revision: bc13edc42278a16191f30d29b6223c0d063292e6 authored by Dirk Roorda on 13 February 2020, 13:39:42 UTC
fix in walker stop reporting
Tip revision: bc13edc
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