deeptorrent-client 1.3.1
root/ugloo

deeptorrent client api

Metadata
author Joris Carrier
author_email joris.carrier@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Intended Audience :: Developers
  • Intended Audience :: End Users/Desktop
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Topic :: Internet :: WWW/HTTP
  • Topic :: System :: Networking
description_content_type text/markdown
download_url https://gitlab.deeptorrent.io/dev/deeptorrent-client/-/archive/v1.3.1/deeptorrent-client-v1.3.1.zip

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
  • Replaced 1 time(s)
  • Uploaded to root/ugloo by root 2019-10-25 10:59:56

deeptorrent client API

Usage:
    deeptorrent-client put <filename> [--ip=<ip>] [--port=<port>] [--redundancy=<r>] [--split=<s>] [--timeout=<timeout>] [--chunk_size=<chunk_size>]
    deeptorrent-client get <info_hash> [--ip=<ip>] [--port=<port>] [--outfile=<outfile>] [--byte_range=<byte_range>]
    deeptorrent-client head <info_hash> [--ip=<ip>] [--port=<port>]
    deeptorrent-client delete <info_hash> [--ip=<ip>] [--port=<port>]
    deeptorrent-client --version

Options:
    -h --help                   Show this screen.
    --redundancy=<r>            Number of redundancy chunk
    --split=<s>                 Number of split chunk
    --timeout=<timeout>         Set timeout.
    --ip=<ip>                   Set ip to Deeptorrent Server [default: 127.0.0.1]
    --port=<port>               Set port to Deeptorrent Server [default: 5555]
    --outfile=<outfile>         Output File
    --chunk_size=<chunk_size>   Chunk Size in Byte
    --byte_range=<byte_range>   Byte range
    --version                   Show version of client