qbittorrent-api

Python client implementation for qBittorrent's Web API

MIT License

Downloads
122.7K
Stars
374
Committers
5

Bot releases are visible (Hide)

qbittorrent-api - release-2022.11.40

Published by rmartin16 almost 2 years ago

Version 2022.11.40

  • Support qBittorrent v4.5.0 release
  • Add support for torrents/export
  • Implement new transfer/setSpeedLimitsMode in place of existing transfer/toggleSpeedLimitsMode (backwards compatible)
  • Add support for stopCondition in torrents/add
  • Update typing to be complete, accurate, and actually shipped with the package
qbittorrent-api - release-2022.10.39

Published by rmartin16 almost 2 years ago

Version 2022.10.39

  • Advertise support for Python 3.11
qbittorrent-api - release-2022.8.38

Published by rmartin16 about 2 years ago

Version 2022.8.38

  • Advertise support for qBittorrent v4.4.5
qbittorrent-api - release-2022.8.37

Published by rmartin16 about 2 years ago

Version 2022.8.37

  • Advertise support for qBittorrent v4.4.4
  • HTTP status code available via http_status_code on HTTP exceptions
qbittorrent-api - release-2022.8.36

Published by rmartin16 about 2 years ago

Version 2022.8.36

  • Comply with qBittorrent's new HTTP method enforcement (#108)
qbittorrent-api - release-2022.8.35

Published by rmartin16 about 2 years ago

Version 2022.8.35

  • Documentation updates (#103, #104, #105)
  • Rename configuration environment variables (legacy names remain supported) (#107)
qbittorrent-api - release-2022.8.34

Published by rmartin16 about 2 years ago

Version 2022.8.34

  • Add setuptools as an explicit dependency (#99)
  • Documentation and metadata updates
qbittorrent-api - release-2022.7.33

Published by rmartin16 about 2 years ago

Version 2022.7.33

  • Miscellaneous fixes and optimizations (#95)
qbittorrent-api - release-2022.5.32

Published by rmartin16 over 2 years ago

Version 2022.5.32

  • Advertise support for qBittorrent v4.4.3.1
qbittorrent-api - release-2022.5.31

Published by rmartin16 over 2 years ago

Version 2022.5.31

  • Advertise support for qBittorrent v4.4.3
qbittorrent-api - release-2022.4.30

Published by rmartin16 over 2 years ago

Version 2022.4.30

  • Drop advertised support for Python 3.6 (EOL 12/2021)
qbittorrent-api - release-2022.3.29

Published by rmartin16 over 2 years ago

Version 2022.3.29

  • Advertise support for qBittorrent 4.4.2
qbittorrent-api - release-2022.2.28

Published by rmartin16 over 2 years ago

Version 2022.2.28

  • Advertise support for qBittorrent v4.4.1
  • qBittorrent reverted the category dictionary key "savePath" back to "save_path"
qbittorrent-api - release-2022.1.27

Published by rmartin16 almost 3 years ago

Version 2022.1.27

  • Support for qBittorrent v4.4.0
    • torrents/info results can now be filtered by a torrent tag
    • Added new torrent state "Forced Metadata Downloading"
    • Support per-torrent/per-category "download folder"
  • Support for qBittorrent version checking introspection
qbittorrent-api - release-2021.12.26

Published by rmartin16 almost 3 years ago

Version 2021.12.26

  • Stop sending Origin and Referer headers
qbittorrent-api - release-2021.12.25

Published by rmartin16 almost 3 years ago

Version 2021.12.25

  • When torrents are added to qBittorrent via torrent files, those files will now be explicitly and promptly closed
qbittorrent-api - release-2021.12.24

Published by rmartin16 almost 3 years ago

Version 2021.12.24

  • Add Type Hints for all public and private functions, methods, and variables
  • Support HTTP timeouts as well as arbitrary Requests configurations
qbittorrent-api - release-2021.8.23

Published by rmartin16 about 3 years ago

Version 2021.8.23

  • Advertise support for qBittorrent 4.3.8
  • Drop support for Python 3.5
qbittorrent-api - release-2021.5.22

Published by rmartin16 over 3 years ago

Version 2021.5.22

  • Support for qBittorrent v4.3.5
  • torrents/files includes "index" for each file; "index" officially replaces "id" but "id" will still be populated
qbittorrent-api - release-2021.5.21

Published by rmartin16 over 3 years ago

Version 2021.5.21

  • Allow users to force a specific communications scheme with FORCE_SCHEME_FROM_HOST (fixes #54)