There are a few issues and improvements needed before releasing v0.1.0. Here are the necessary fixes and improvements: - [x] Switch to httpx instead of requests - [x] Add Client Resolution docs - [ ] Add General Overview of API docs - [ ] Use ruff and mypy/pyright/basedpyright instead of ufmt and flake - [x] Switch to Python 3.10+ capabilities of type annotations. Check and fix the type hint errors and warnings - [ ] Cleanup and refactor tests - [x] Setup more detailed logging (both to a file and to stdout) - [x] Don't show alpha releases in the docs
There are a few issues and improvements needed before releasing v0.1.0.
Here are the necessary fixes and improvements: