The pydantic_settings model I'd set up for parsing the file-based config didn't work, so I sorted that.
0.1.3
- bumped minimumv Python version to 3.9 - added mocked and live tests for logging into the API, moved things around a bunch.
0.1.2
- adding pydantic settings to the config so one can easily use env vars for uname/password - handling some errors and playing nicer with the API fields - typing / yak shaving
0.0.10
- fixed the script name because I derped the poetry conversion