tus is a protocol based on HTTP for resumable file uploads. Resumable
means that an upload can be interrupted at any moment and can be resumed
without re-uploading the previous data again. An interruption may happen
willingly, if the user wants to pause, or by accident in case of a
network issue or server outage.
.
tus-py-client is a Python client for uploading files using the tus
protocol to any remote server supporting it.
Installed Size: 64.5 kB
Architectures: all