bloomreach/s4cmd

Python Module version + non-blocking?

Open

#44 opened on Sep 25, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (210 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (1,394 stars)
PR merge metrics
 (PR metrics pending)

Description

Could this eventually be a python module, rather than being geared more towards a command line tool? Specific features that would be really useful would be non-blocking behaviors (such as an upload/download manager that could be monitored by other code). Imagine this being part of a python GUI with a progress-bar or similar. What about progress based on bytes uploaded/downloaded versus file count. Finally, what about a continuous scan of an upload path where files are being progressively added, and then uploaded by the manager? Nice job on the code!

Contributor guide