aiotus¶
aiotus
is a client-side implementation of the
tus protocol for
asyncio and Python.
Features¶
Implements the following parts of the tus protocol:
Core protocol - The actual uploading of data.
Creation extension - Reserving a place on the tus server to upload to.
Concatenation extension - Upload multiple parts separately and combine them on the server-side.
High-level functions with built-in retry support in case of communication errors.
Installation¶
Install aiotus
with:
$ pip install aiotus
Source Code¶
The project is hosted on GitHub.
License¶
aiotus
is licensed under the Apache 2 license.
Version¶
This documentation was generated for aiotus
version 1.0.0.