https://github.com/annotation/text-fabric
Raw File
Tip revision: abb422438a45386ce803d509e0b7f5ad68f582b6 authored by Dirk Roorda on 14 June 2021, 14:38:51 UTC
small fix to make client data without use of published data
Tip revision: abb4224
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