summaryrefslogtreecommitdiff
path: root/dev-python/requests/metadata.xml
blob: f88a240c70ff1a42db67a5bd6b505af9332b24c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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="cpe">cpe:/a:python:requests</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
 <stabilize-allarches/>
</pkgmetadata>