https://github.com/annotation/text-fabric
Raw File
Tip revision: 831b437ccea481765fff2c531cb5520c64932196 authored by Dirk Roorda on 06 October 2018, 09:07:37 UTC
update of releated data
Tip revision: 831b437
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