* **Update**: `load_parsers` now uses `pkg.__name__` when loading parsers into the parser registry (OrderedDict). Prior to this, the value `commands` was hardcoded meaning that for multicommand to work the subpackage housing all of the parsers __had__ to be called `mypkg.<blah>.commands`.
* **Update**: Documentation
* General housekeeping: Fixed typos, fixed broken links, added PyPI badge, etc.