18 lines
674 B
XML
18 lines
674 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="project">
|
||
<email>python@gentoo.org</email>
|
||
<name>Python</name>
|
||
</maintainer>
|
||
<longdescription lang="en">
|
||
Most existing Python modules for sending HTTP requests are extremely verbose and
|
||
cumbersome. Python’s built-in urllib2 module provides most of the HTTP
|
||
capabilities you should need, but the API is thoroughly broken. This library is
|
||
designed to make HTTP requests easy for developers.
|
||
</longdescription>
|
||
<upstream>
|
||
<remote-id type="pypi">requests</remote-id>
|
||
</upstream>
|
||
</pkgmetadata>
|