Script debtorrent_client_py
[hide private]
[frames] | no frames]

Script debtorrent_client_py

source code

A multiple downloader client daemon for debtorrent.

This script implements a client daemon for managing multiple debtorrent downloads.

Functions [hide private]
boolean
run(params)
Runs the downloader.
source code
Variables [hide private]
logging.Logger logger = logging.getLogger()
the logger to send all log messages to for this module

Imports: DebTorrent.PSYCO, psyco, DebTorrent.launchmanycore.LaunchMany, DebTorrent.download_bt1.defaults, DebTorrent.download_bt1.get_usage, DebTorrent.parseargs.parseargs, sys.argv, sys.exit, sys.version_info, os, logging, DebTorrent.version, DebTorrent.ConfigDir.ConfigDir


Function Details [hide private]

run(params)

source code 

Runs the downloader.

The main function used to initialize the environment and create the controller.
Parameters:
  • params (list of strings) - a list of the command-line arguments given to the script
Returns: boolean
whether the server should be restarted