TIL: Forcing pip to use virtualenv Necessary because installing things into your base python causes false positives, true negatives, and other head bangers.
PyPI Project URLs Cheatsheet The PyPI project URLs spec is defined only in code. Here's my cheatsheet explaining how to configure them. I'll update this as I learn more (suggestions welcome!). Examples in several formats.
AWS Requests Auth AWS signature version 4 signing process for the python requests module.