Files
guru/dev-python/multipart/metadata.xml
Julien Roy f55f598ee7 dev-python/multipart: new package, add 0.2.4
Signed-off-by: Julien Roy <julien@jroy.ca>
2023-04-12 20:46:32 -04:00

21 lines
777 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<longdescription>
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.
</longdescription>
<upstream>
<maintainer>
<name>Marcel Hellkamp</name>
<email>marc@gsites.de</email>
</maintainer>
<bugs-to>https://github.com/defnull/multipart/issues</bugs-to>
<remote-id type="github">defnull/multipart</remote-id>
<remote-id type="pypi">multipart</remote-id>
</upstream>
</pkgmetadata>