====== 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: .. code-block:: bash $ 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 |release|. .. toctree:: :hidden: :maxdepth: 3 Introduction usage aiotus