Skip to main content

Python 3 module for creating and parsing torrent files and magnet URIs

Project description

torf provides a Torrent and a Magnet class.

torf-cli is a command line tool that makes use of torf.

This project started as a fork of dottorrent but turned into a rewrite.

Features

  • Create a Torrent instance from a path to the torrent’s content or by reading an existing .torrent file

  • High-level access to standard metainfo fields via properties

  • Low-level access to arbitrary metainfo fields via metainfo property

  • Optional metainfo validation with helpful error messages after reading and before creating torrents

  • Generate a .torrent file from a BTIH magnet link and vice versa

  • Check if a file system path contains everything an existing .torrent file needs

  • Use multiple CPU cores to compute piece hashes

  • Randomize the metainfo hash to help with cross-seeding

Example

from torf import Torrent
t = Torrent(path='path/to/content',
            trackers=['https://tracker1.example.org:1234/announce',
                      'https://tracker2.example.org:5678/announce'],
            comment='This is a comment')
t.private = True
t.generate()
t.write('my.torrent')

Documentation

Everything should be explained in the docstrings. Read it with pydoc3 torf.Torrent or pydoc3 torf.Magnet.

Documentation is also available at torf.readthedocs.io or torf.readthedocs.io/en/latest for the development version.

Installation

torf is available on PyPI.

The latest development version is in the master branch on GitHub.

Contributing

I consider this project feature complete, but feel free to request new features or improvements. Bug reports are always welcome, of course.

License

GPLv3+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torf-3.0.0.tar.gz (73.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

torf-3.0.0-py3-none-any.whl (92.3 kB view details)

Uploaded Python 3

File details

Details for the file torf-3.0.0.tar.gz.

File metadata

  • Download URL: torf-3.0.0.tar.gz
  • Upload date:
  • Size: 73.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for torf-3.0.0.tar.gz
Algorithm Hash digest
SHA256 8f3a435105c2161c2ac76246c645ee712c0871f90f20765964f4e9e65319476b
MD5 89e70ef63b96f1c176953d04e341d0dd
BLAKE2b-256 4226cbb635b72f100454e22178441cd32f7649651bd8e7304ecf79b18b5b72d4

See more details on using hashes here.

File details

Details for the file torf-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: torf-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 92.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for torf-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7c8d84d85ba5deb3b435a3844001170080c7d455f376a20b2e2136dd98204ebf
MD5 7acca419a97ad685e43f86d0438b1f74
BLAKE2b-256 788c4b5b6244b9517e0435f8d1a4aa8659f5de3af14f6ad5188041a91be599fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page