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

  • Generate a BTIH magnet URI from a .torrent file (the reverse is also possible but the resulting torrent is incomplete due to the lack of information in magnet URIs)

  • Use multiple CPU cores to compute piece hashes

  • Randomize the info hash to help with cross-seeding

  • Conveniently re-use piece hashes from an existing torrent file

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-4.1.2.tar.gz (98.0 kB view details)

Uploaded Source

Built Distribution

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

torf-4.1.2-py3-none-any.whl (57.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: torf-4.1.2.tar.gz
  • Upload date:
  • Size: 98.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for torf-4.1.2.tar.gz
Algorithm Hash digest
SHA256 b0980fa54a6940874c9b9de9652e654cf2028634e644d812e34149c0395f9624
MD5 8789011a227f5622cd0813adfe856869
BLAKE2b-256 8052a8ab149b0befc8b5d2a43d3445f4d1386f2db3cbd672786495ef3b2e9b5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: torf-4.1.2-py3-none-any.whl
  • Upload date:
  • Size: 57.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for torf-4.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 87f59f1b56ba4ea2e6908c3518b4e757ef6d862802b1fddd1355f0498a6e9061
MD5 8b1b99a0b18b0a3e100c8ad826631f2b
BLAKE2b-256 e0a2b4cb574ea0515ae3842a3c98622d83980279cc66480f97ee3a16f9b36d51

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