https://github.com/annotation/text-fabric
Raw File
Tip revision: 5ae6b67870dad2d22e590bfc6121f76280858b42 authored by Dirk Roorda on 30 May 2019, 19:29:42 UTC
composition functions
Tip revision: 5ae6b67
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