rmartin16 / qbittorrent-api

Python client implementation for qBittorrent's Web API
https://qbittorrent-api.readthedocs.io/
MIT License
400 stars 66 forks source link

Integrate typing into source #345

Closed rmartin16 closed 11 months ago

rmartin16 commented 11 months ago

Changes

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (5a988e6) 100.00% compared to head (f655ea7) 100.00%. Report is 12 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #345 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 15 14 -1 Lines 1957 1927 -30 Branches 577 351 -226 ========================================== - Hits 1957 1927 -30 ``` | [Files](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin) | Coverage Δ | | |---|---|---| | [src/qbittorrentapi/\_version\_support.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL192ZXJzaW9uX3N1cHBvcnQucHk=) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/app.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL2FwcC5weQ==) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/auth.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL2F1dGgucHk=) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/client.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL2NsaWVudC5weQ==) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/definitions.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL2RlZmluaXRpb25zLnB5) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/exceptions.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL2V4Y2VwdGlvbnMucHk=) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/log.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL2xvZy5weQ==) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/request.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL3JlcXVlc3QucHk=) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/rss.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL3Jzcy5weQ==) | `100.00% <100.00%> (ø)` | | | [src/qbittorrentapi/search.py](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin#diff-c3JjL3FiaXR0b3JyZW50YXBpL3NlYXJjaC5weQ==) | `100.00% <100.00%> (ø)` | | | ... and [3 more](https://app.codecov.io/gh/rmartin16/qbittorrent-api/pull/345?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Russell+Martin) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.