Skip to content

Releases: Mys7erio/aiotorrent

v0.8.3 - First PyPI release

30 Dec 14:24
Compare
Choose a tag to compare

This version includes the following addiitonal since the previous version:

  • HTTP and HTTPS trackers are now functional.
  • The package name is changed to python-aiotorrent, but the import syntax and structure remain the same.
  • Updated documentation in README.

Package name change was necessary because the name aiotorrent was squatted on PyPI, and was becoming a hindrance to publishing the package.

Author: Shakir (@Mys7erio)

Initial Release

26 Nov 15:21
Compare
Choose a tag to compare

First official release for aiotorrent. As of this release, the library supports/ performs the following functions:

  • Parsing a torrent file, and reading it's metadata.
  • Connecting to UDP trackers for peer discovery (HTTP tracker support expected soon).
  • Connecting to peers, and downloading files to disk.
  • Streaming of files over an HTTP Server.
  • Getting file download status and network overhead status.
  • Support for different piece download strategies: DEFAULT(pseudo-sequential) and SEQUENTIAL

Author: Shakir (@Mys7erio)