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-2024.3.60 Latest Release

Published by github-actions[bot] 7 months ago

Version 2024.3.60

  • Advertise support for qBittorrent v4.6.4

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2024.2.59...v2024.3.60

qbittorrent-api - release-2024.2.59

Published by github-actions[bot] 8 months ago

Version 2024.2.59

  • Allow added RSS feeds without a name/path to default to the name in the feed (#423)
  • Advertise support for Python 3.13 (#349)

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2024.1.58...v2024.2.59

qbittorrent-api - release-2024.1.58

Published by github-actions[bot] 9 months ago

Version 2024.1.58

  • Advertise support for qBittorrent v4.6.3

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.11.57...v2024.1.58

qbittorrent-api - release-2023.11.57

Published by github-actions[bot] 11 months ago

Version 2023.11.57

  • Advertise support for qBittorrent v4.6.2

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.11.56...v2023.11.57

qbittorrent-api - release-2023.11.56

Published by github-actions[bot] 11 months ago

Version 2023.11.56

  • Advertise support for qBittorrent v4.6.1
  • Add support for torrents/count (#366)

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.11.55...v2023.11.56

qbittorrent-api - release-2023.11.55

Published by github-actions[bot] 12 months ago

Version 2023.11.55

  • Remove Python 2 platform tag from published wheel (#369)

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.10.54...v2023.11.55

qbittorrent-api - release-2023.10.54

Published by github-actions[bot] 12 months ago

Version 2023.10.54

  • Advertise support for qBittorrent v4.6.0 (#357)
  • Dropped support for legacy Python versions; Python 3.8+ is supported (#333)
  • Refactored typing from stub files in to source (#345)
  • Dropped support for API method arguments hash and hashes; use torrent_hash and torrent_hashes, respectively (#345)
    • For example, replace client.torrents_info(hashes="...") with client.torrents_info(torrent_hashes="...")

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.9.53...v2023.10.54

qbittorrent-api - release-2023.9.53

Published by github-actions[bot] about 1 year ago

Version 2023.9.53 (7 sept 2023)

  • Advertise support for Python 3.12
  • Advertise support for qBittorrent v4.5.5
  • Add inactive_seeding_time_limit for torrents/setShareLimits (#271)
  • Implement app/networkInterfaceList and app/networkInterfaceAddressList (#272)

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.7.52...v2023.9.53

qbittorrent-api - release-2023.7.52

Published by github-actions[bot] over 1 year ago

Version 2023.7.52

  • Ensure the wheel is uploaded with the release to PyPI

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.7.51...v2023.7.52

qbittorrent-api - release-2023.7.51

Published by github-actions[bot] over 1 year ago

Version 2023.7.51

  • Convert APINames and TorrentStatus to StrEnum and TrackerStatus to IntEnum (#267)

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2023.6.50...v2023.7.51

qbittorrent-api - release-2023.6.50

Published by rmartin16 over 1 year ago

Version 2023.6.50

  • Advertise support for qBittorrent 4.5.4
qbittorrent-api - release-2023.6.49

Published by rmartin16 over 1 year ago

Version 2023.6.49

  • The Client is no longer binded to Lists (#230)
  • This does not affect normal operation but allows for slicing, adding, and copying Lists
qbittorrent-api - release-2023.5.48

Published by rmartin16 over 1 year ago

Version 2023.5.48

  • Advertise support for qBittorrent 4.5.3
qbittorrent-api - release-2023.4.47

Published by rmartin16 over 1 year ago

Version 2023.4.47

  • Client can now be used as a context manager (#172 thanks @jephdo)
qbittorrent-api - release-2023.4.46

Published by rmartin16 over 1 year ago

Version 2023.4.46

  • Fix for building docs after implementing src-layout
qbittorrent-api - release-2023.4.45

Published by rmartin16 over 1 year ago

Version 2023.4.45

  • Add the TrackerStatus Enum to identify tracker statuses from torrents/trackers
qbittorrent-api - release-2023.3.44

Published by rmartin16 over 1 year ago

Version 2023.3.44

  • Add support for torrent status filters seeding, moving, errored, and checking (#153 Thanks @Moius)
qbittorrent-api - release-2023.2.43

Published by rmartin16 over 1 year ago

Version 2023.2.43

  • Advertise support for qBittorrent v4.5.2
qbittorrent-api - release-2023.2.42

Published by rmartin16 over 1 year ago

Version 2023.2.42

  • Advertise support for qBittorrent v4.5.1
qbittorrent-api - release-2023.2.41

Published by rmartin16 over 1 year ago

Version 2023.2.41

  • Remove dependence on qBittorrent authentication cookie being named SID (#139)
  • Minor typing fixes (#144)