mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
21 lines
777 B
XML
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>
|