diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-06 22:30:46 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:07 -0600 |
commit | 444b06009b895f46fd68b21dedfbe2fbf33d0bbd (patch) | |
tree | c9a3693e9f0453021f2c1e491c891ec6fd7d39a1 /python/pySmartDL/README | |
parent | 08b3ed87ae3f4d48bba025bf3f3103f64cdc19c9 (diff) | |
download | slackbuilds-444b06009b895f46fd68b21dedfbe2fbf33d0bbd.tar.gz |
python/pySmartDL: Added (download manager for python).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pySmartDL/README')
-rw-r--r-- | python/pySmartDL/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/pySmartDL/README b/python/pySmartDL/README new file mode 100644 index 0000000000..f131528165 --- /dev/null +++ b/python/pySmartDL/README @@ -0,0 +1,12 @@ +pySmartDL strives to be a full-pleged smart download manager +for Python. + +Main features: +- Built-in download acceleration (with the multipart + downloading technique). +- Mirrors support. +- Pause/Unpause feature. +- Hash checking. +- Non-blocking, shows progress bar, download speed and eta. + +Documentation: http://itaybb.github.io/pySmartDL/ |