2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-28 00:00:21 +03:00
Files
gentoo/dev-python/requests/metadata.xml
Michał Górny 038f5ff787 dev-python/requests: Add GH remote-id
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-01-13 08:09:06 +01:00

21 lines
824 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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. Pythons 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>
<stabilize-allarches/>
<upstream>
<remote-id type="github">psf/requests</remote-id>
<remote-id type="pypi">requests</remote-id>
<remote-id type="cpe">cpe:/a:python-requests:requests</remote-id>
</upstream>
</pkgmetadata>