Metadata-Version: 2.1
Name: rd
Version: 1.0.0.0
Summary: reliable-download client tool
Home-page: https://pypi.python.org/pypi/rd
Author: Yuanle Song
Author-email: sylecn@gmail.com
Maintainer: Yuanle Song
Maintainer-email: sylecn@gmail.com
License: GPLv3+
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Haskell
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

rd - reliable download command line tool
========================================

.. version
.. image:: https://img.shields.io/pypi/v/rd.svg
    :target: https://pypi.python.org/pypi/rd

.. license
.. image:: https://img.shields.io/pypi/l/rd.svg
    :target: https://pypi.python.org/pypi/rd

.. image:: https://img.shields.io/pypi/wheel/rd.svg
    :target: https://pypi.python.org/pypi/rd

Download large files across slow and unstable network reliably. Requires using
rd-api on server side. For more information on how it works, see
`rd-api<https://pypi.org/project/rd-api/>`_.

Installation
------------

To install this package:

.. code-block:: bash

   $ pip install --user rd
   $ rd --help
   $ ~/.local/bin/rd --help     # if ~/.local/bin/ is not in PATH

Baisc Usage
------------

server side (requires `rd-api<https://pypi.org/project/rd-api/>`_):

.. code-block:: sh

   $ ls
   bigfile1 bigfile2
   $ rd-api --host 0.0.0.0 --port 8082

client side:

.. code-block:: sh

   $ rd http://server-ip:8082/bigfile1

Documentation
-------------

see `rd-api<https://pypi.org/project/rd-api/>`_.

ChangeLog
---------

* v1.0.0 2018-05-09

  - init release.


