ANN: tornadostreamform

Nagy László Zsolt gandalf at shopzeus.com
Thu Nov 26 10:56:21 EST 2015


Pure python module that let’s you upload *huge* files to a tornado web
server.

This project provides the
|tornadostreamform.multipart_streamer.MultiPartStreamer| class that
incrementally parses incoming multipart/form-data, splits it into form
fields, and streams the fields into file like objects (temp file, opened
pipe, network socket etc.) With this class, it is possible to POST/PUT
large files to a tornado server, without loading anything big into
memory. Can be used as an alternative to the ngnx large file upload
extension (especially when you want to stream files into process pipes).


The PyPi package contains the classes only. The bitbucket repository
contains some examples.

PyPi: https://pypi.python.org/pypi/tornadostreamform
Documentation: https://pypi.python.org/pypi/tornadostreamform
Repository: https://bitbucket.org/nagylzs/tornadostreamform

Cheers,

   Laszlo



More information about the Python-list mailing list