tus.io-compatible upload client library for Python asyncio
Project description
tus.io uploader for Python asyncio
aiotusclient is a fork of tus-py-client rewritten for Python asyncio and aiohttp. It is used to communicate with storage proxies that handle large transfers for vfolder uploads and downloads.
Package Structure
aiotusclientclient: The client instance class which communicates between Backend.AI Managerbaseuploaderanduploader- Responsible for chunking the file and asynchronously uploading to tus server
request- Handles the uploading request
Installation
Prequisites
- Python 3.7 or higher with pyenv and pyenv-virtualenv (optional but recommneded)
Installation Process
First, prepare the source clone of this agent:
# git clone https://github.com/lablup/aiotusclient
From now on, let's assume all shell commands are executed inside the virtualenv. And we located in backend.ai root directory.
Now install dependencies:
# pip install -U aiotusclient
When done, import into your code the aiotusclient
from aiotusclient import client
tus_client = client.TusClient(session_create_url, session_upload_url, rqst.headers, params)
Reference
This library was forked from tus-py-client and customized in order to facilitate asynchronous communication with our TUS server.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiotusclient-0.1.4.tar.gz.
File metadata
- Download URL: aiotusclient-0.1.4.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e23704420b5273b0c417c92a8bae605f90fc8f9364caa91a80f2586c7d8f952
|
|
| MD5 |
96a7897904daa146e4bb932533864e77
|
|
| BLAKE2b-256 |
7c9e1a2fa86e00168a035ce532b1e595298b397eed6de9e757470f1e2bf53b8d
|
File details
Details for the file aiotusclient-0.1.4-py3-none-any.whl.
File metadata
- Download URL: aiotusclient-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69dad8a1bfb66c811a537014bda44e06188621df36e75566b97c4aaf373a389b
|
|
| MD5 |
3fb2a14dca770a9402794c9b77f44010
|
|
| BLAKE2b-256 |
7bd2004c9f673df74ff0455f381e898ad522b5fbc05a2b7b99420f1998702a58
|