Installing dependencies
pip install -r requirements.txt
Running server
python server.py
Uploading files
python uploader.py tests/data/5MB.file
Running tests
python -m unittest tests/test_chunked_upload.py
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
pip install -r requirements.txt
python server.py
python uploader.py tests/data/5MB.file
python -m unittest tests/test_chunked_upload.py