Getting a lot of mileage out of:
- requests. Wasn’t quite ready to believe the hype, but it does make executing HTTP requests a lot more humane
- ConfigObj. Makes parsing Windows INI files as about as convenient as possible
- argparse. Once you internalize the Tao of this module, combine with cliff, to make command-line Swiss army chainsaws.