./www/py-multipart, Parser for multipart/form-data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.4nb1, Package name: py310-multipart-0.2.4nb1, Maintainer: pkgsrc-users

This module provides a parser for the multipart/form-data format.
It can read from a file, a socket or a WSGI environment. The parser
can be used to replace cgi.FieldStorage to work around its limitations.


Master sites:

Filesize: 21.777 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-19 15:16:04 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-multipart: not for python 2.7
   2021-11-25 13:11:44 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-multipart: pkglint cleanup
   2021-11-25 13:10:40 by Thomas Klausner | Files touched by this commit (4)
Log message:
www/py-multipart: import py-multipart-0.2.4

This module provides a parser for the multipart/form-data format.
It can read from a file, a socket or a WSGI environment. The parser
can be used to replace cgi.FieldStorage to work around its limitations.