Miscellaneous Python utilities.
pip install git+https://github.com/dustinrohde/miscutils.gitThere are no official docs outside of this README yet, but the code is fairly well documented. I also strongly suggest looking at the tests to see everything in action.
Available modules:
case: tools for formatting strings between various casesenvparse: a simple argument parser for environment variablesfunctional: functional programming in Pythoniters: iterator utilitiesmappings: various mapping typesmerge: gracefully merge arbitrarily nested mappingsnested: DSL for working with deeply nested dataseq: miscellaneous tools for working with sequencessetdefault:dict.setdefaultwith superpowers and generalized to any data type