python client for tus protocol 1.0.0
Project description
python client for tus protocol 1.0.0 of the tus resumable upload standard.
install
pip install tusclient
arguments
- fpath
str, required, path of upload file
- upload_url
str, required, url for the resumable upload service
- tmp_dir
str, optional, directory to store temporary files, default /tmp/upload
- upload_metadata
dict, optional, Tus Upload-Metadata, default None
example
from tusclient import TusClient tus = TusClient(fpath='upload_file.dat', upload_url='http://localhost/upload_resumable') tus.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file tusclient-0.2.1-py2-none-any.whl
.
File metadata
- Download URL: tusclient-0.2.1-py2-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d59b35255e27ea974d0766160c4865a4b9c1ea85faaeb87ba950710deadd540f |
|
MD5 | 83edeafc407145cf7f2b660f38fa7ede |
|
BLAKE2b-256 | 5ae494617c916cde8dff7b42b387b681110c71a36a86f1fda90045b2aca1f631 |