streaming-form-data icon indicating copy to clipboard operation
streaming-form-data copied to clipboard

Streaming (and fast!) parser for multipart/form-data written in Cython

Results 17 streaming-form-data issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Seems support on https://pypi.org/project/streaming-form-data/#files only extends to Python 3.8. Pull request to bring us up to 3.10.

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...

dependencies

I think It would be great if you move the c declarations to a .pxd file to be available to other cython modules as in my case I don't need...

How does this library handle multi-valued fields? For example, if the input form allows for the entry of an arbitrary number of "people", each of which has a field `height`,...

Building `async` support into this package would make a lot of sense. One use case, for example, would be to do networked IO in parallel while file chunks are being...

enhancement
help wanted

An `S3Target` class would be useful to stream file contents directly from the request to an S3 bucket. This actually shouldn't be too hard to write using `boto3`.

enhancement
help wanted

Does it support to parse form-data without knowing the "parameter name" like https://github.com/andrew-d/python-multipart ? thank you

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies