* Refactor to use class, for easier repeated access
* New CLI named `interact`, for more easily interacting with the nuorder API,
using the IPython REPL.
* `requests` is now the only dependency in the base package. `argh` and `termcolor` are now installed by issuing `pip install nuorder[cli]`
* Limit config initialization to CLI, to enable programmatic usage