Skip to main content

The tool to work with torrent files.

Project description

https://github.com/idlesign/torrentool

https://img.shields.io/pypi/v/torrentool.svg https://img.shields.io/pypi/dm/torrentool.svg https://img.shields.io/pypi/l/torrentool.svg https://img.shields.io/coveralls/idlesign/torrentool/master.svg https://landscape.io/github/idlesign/torrentool/master/landscape.svg?style=flat https://img.shields.io/travis/idlesign/torrentool/master.svg https://img.shields.io/codeclimate/github/idlesign/torrentool.svg

Description

The tool to work with torrent files.

Works on Python 2.7+ and 3.3+.

Includes:

  • Torrent utils (file read and modification)

  • Bencoding utils (decoder, encoder)

from torrentool.api import Torrent


my_torrent = Torrent.from_file('/home/idle/some.torrent')

my_torrent.announce_urls  # Torrent trackers announce URLs.
my_torrent.total_size  # Total files size in bytes.
my_torrent.magnet_link  # Magnet link for you.

# Etc.

my_torrent.comment = 'Your torrents are mine.'  # Set a comment.

my_torrent.to_file()  # Save changes to file

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

torrentool-0.1.0.tar.gz (8.5 kB view hashes)

Uploaded Source

Supported by

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