attrbox 0.1.2
New attrbox release: loading environment files, configuration files, and parsing CLI arguments.
attrbox 0.1.2
is now published.
-
I learned a lot about python types, especially
Mapping
, and I revisited the PEP 8 style guide. -
The main new features are loading environment files and configuration files / CLI arguments. The
doctopt
parsing is especially helpful for making little CLI programs.