* Break out cli into own module and generally make more friendly for programmatic interaction with the library.
* Allow setting `base_url`, `username` and `password` in a config so it doesn't have to be passed in during CLI usage. In programmatic usage the config is not read. Default location for the config is `~/.config/nav.ini` but can be overridden with env-var `NAV_CONFIG`. Default config section is `nav` but can also be overridden through the commands.
* Rename project from `nav-requests` to `nav`
* Rename command from `navrequest` to `nav`