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


Groups > comp.lang.python > #99584 > unrolled thread

ANN: tornadostreamform

Started byNagy László Zsolt <gandalf@shopzeus.com>
First post2015-11-26 16:56 +0100
Last post2015-11-26 16:56 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#99584 — ANN: tornadostreamform

FromNagy László Zsolt <gandalf@shopzeus.com>
Date2015-11-26 16:56 +0100
SubjectANN: tornadostreamform
Message-ID<mailman.144.1448553390.20593.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web