You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use new API (#144)
* Use new api - token, product list
* Update tests to use new API
* Tidy up types and docstrings
* excepthook logs with info
* Update API calls for downloading products
* Downloads work
* Add short instruction how to set up mitmproxy
* Do not log secrets, more verbose format in DEBUG
* Fix flow with checksums
* Bump version
* Fix test
* Lower coverage req
* Set release version, update changelog
Follow redirects when downloading a file. Fixes#30. (#31)
* Follow redirects when downloading a file. Fixes#30.
* Update Python 3.11 to rc2
* Add pre-commit
* Improve type hints