Skip to main content

Simple deluge JSON-RPC client.

Project description

DelugeRPC

version license pyversions
donate powered made

Simple deluge JSON-RPC client.

Hierarchy

delugerpc
'---- deluge_rpc_api()
    |---- core
    |   |---- add_torrent_file_async()
    |   |---- prefetch_magnet_metadata()
    |   |---- add_torrent_file()
    |   |---- add_torrent_files()
    |   |---- add_torrent_url()
    |   |---- add_torrent_magnet()
    |   |---- remove_torrent()
    |   |---- remove_torrents()
    |   |---- get_session_status()
    |   |---- force_reannounce()
    |   |---- pause_torrent()
    |   |---- pause_torrents()
    |   |---- connect_peer()
    |   |---- move_storage()
    |   |---- pause_session()
    |   |---- resume_session()
    |   |---- is_session_paused()
    |   |---- resume_torrent()
    |   |---- resume_torrents()
    |   |---- get_torrent_status()
    |   |---- get_torrents_status()
    |   |---- get_filter_tree()
    |   |---- get_session_state()
    |   |---- get_config()
    |   |---- get_config_value()
    |   |---- get_config_values()
    |   |---- set_config()
    |   |---- get_listen_port()
    |   |---- get_proxy()
    |   |---- get_available_plugins()
    |   |---- get_enabled_plugins()
    |   |---- enable_plugin()
    |   |---- disable_plugin()
    |   |---- force_recheck()
    |   |---- set_torrent_options()
    |   |---- set_torrent_trackers()
    |   |---- get_path_size()
    |   |---- create_torrent()
    |   |---- upload_plugin()
    |   |---- rescan_plugins()
    |   |---- rename_files()
    |   |---- rename_folder()
    |   |---- queue_top()
    |   |---- queue_up()
    |   |---- queue_down()
    |   |---- queue_bottom()
    |   |---- glob()
    |   |---- test_listen_port()
    |   |---- get_free_space()
    |   |---- get_external_ip()
    |   |---- get_libtorrent_version()
    |   |---- get_completion_paths()
    |   |---- get_known_accounts()
    |   |---- get_auth_levels_mappings()
    |   |---- create_account()
    |   |---- update_account()
    |   '---- remove_account()
    |---- daemon
    |   |---- shutdown()
    |   |---- get_method_list()
    |   |---- get_version()
    |   '---- authorized_call()
    |---- autoadd
    |   |---- set_options()
    |   |---- enable_watchdir()
    |   |---- disable_watchdir()
    |   |---- set_config()
    |   |---- get_config()
    |   |---- get_watchdirs()
    |   |---- add()
    |   |---- remove()
    |   |---- is_admin_level()
    |   '---- get_auth_user()
    |---- blocklist
    |   |---- check_import()
    |   |---- get_config()
    |   |---- set_config()
    |   '---- get_status()
    |---- execute
    |   |---- add_command()
    |   |---- get_commands()
    |   |---- remove_command()
    |   '---- save_command()
    |---- extractor
    |   |---- set_config()
    |   '---- get_config()
    |---- label
    |   |---- get_labels()
    |   |---- add()
    |   |---- remove()
    |   |---- set_options()
    |   |---- get_options()
    |   |---- set_torrent()
    |   |---- get_config()
    |   '---- set_config()
    |---- notifications
    |   |---- set_config()
    |   |---- get_config()
    |   '---- get_handled_events()
    |---- scheduler
    |   |---- set_config()
    |   |---- get_config()
    |   '---- get_state()
    |---- stats
    |   |---- get_stats()
    |   |---- get_totals()
    |   |---- get_session_totals()
    |   |---- set_config()
    |   |---- get_config()
    |   '---- get_intervals()
    |---- toggle
    |   |---- get_status()
    |   '---- toggle()
    |---- webui
    |   |---- got_deluge_web()
    |   |---- set_config()
    |   '---- get_config()
    |---- auth
    |   |---- change_password()
    |   |---- check_session()
    |   |---- delete_session()
    |   '---- login()
    |---- web
    |   |---- connect()
    |   |---- connected()
    |   |---- disconnect()
    |   |---- update_ui()
    |   |---- get_torrent_status()
    |   |---- get_torrent_files()
    |   |---- download_torrent_from_url()
    |   |---- get_torrent_info()
    |   |---- get_magnet_info()
    |   |---- add_torrents()
    |   |---- get_hosts()
    |   |---- get_host_status()
    |   |---- add_host()
    |   |---- edit_host()
    |   |---- remove_host()
    |   |---- start_daemon()
    |   |---- stop_daemon()
    |   |---- get_config()
    |   |---- set_config()
    |   |---- get_plugins()
    |   |---- get_plugin_info()
    |   |---- get_plugin_resources()
    |   |---- upload_plugin()
    |   |---- register_event_listener()
    |   |---- deregister_event_listener()
    |   '---- get_events()
    '---- webutils
        '---- get_languages()

Example

python

See test.

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

delugerpc-0.1.0.tar.gz (22.4 kB view hashes)

Uploaded Source

Built Distribution

delugerpc-0.1.0-py3-none-any.whl (20.4 kB view hashes)

Uploaded Python 3

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