Skip to content

Flask Extension implementing the Tus.io server side resumable upload protocol

License

Notifications You must be signed in to change notification settings

ENPC-Ponthe/Flask-Tus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Tus-Ponthe

This is a fork of matthoskins1980's implementation of the tus protocol for flask.

Redis (instructions on Archlinux)

Need for a Redis server on default port 6379 :

sudo pacman -S redis
sudo systemctl start redis

Connect to Redis CLI :

redis-cli

Empty database :

FLUSHALL

Show existing keys (default database is index 0):

SELECT 0
KEYS *

ou

SELECT 0
SCAN 0
``

## Deploying on Pypi

First put the new version in setup.py

pip3 install twine python3 setup.py sdist bdist_wheel

you can check the version with tree dist/

twine upload dist/*

About

Flask Extension implementing the Tus.io server side resumable upload protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.0%
  • Python 37.2%
  • HTML 7.5%
  • CSS 0.3%