Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99584

ANN: tornadostreamform

From Nagy László Zsolt <gandalf@shopzeus.com>
Newsgroups comp.lang.python
Subject ANN: tornadostreamform
Date 2015-11-26 16:56 +0100
Message-ID <mailman.144.1448553390.20593.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: tornadostreamform Nagy László Zsolt <gandalf@shopzeus.com> - 2015-11-26 16:56 +0100

csiph-web