File: requests.xml

package info (click to toggle)
displaycal-py3 3.9.17-1
  • links: PTS
  • area: main
  • in suites:
  • size: 29,124 kB
  • sloc: python: 115,810; javascript: 11,545; xml: 598; sh: 257; makefile: 173
file content (23 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd" uri="${URL}0install/requests.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
	<publish mode="package" xmlns="${URL}" />
	<name>requests</name>
	<summary xml:lang="en">Python HTTP for Humans.</summary>
	<description xml:lang="en">Requests is the only Non-GMO HTTP library for Python, safe for human consumption.

Warning: Recreational use of other HTTP libraries may result in dangerous side-effects, including: security vulnerabilities, verbose code, reinventing the wheel, constantly reading documentation, depression, headaches, or even death.</description>
	<homepage>http://python-requests.org/</homepage>
	<package-implementation package="python-requests" distributions="RPM" />
	<package-implementation package="python-requests" distributions="Debian" />
	<package-implementation package="dev-python/requests" distributions="Gentoo" />
	<package-implementation package="python2-requests" distributions="Arch" />
	<group license="Apache 2.0">
		<requires interface="${URL}0install/python.xml" version="2.6..!4.0">
			<version not-before="2.6" before="4.0" />
		</requires>
		<implementation version="0.0.0" released="0000-00-00" stability="stable">
			<environment name="PYTHONPATH" insert="." />
		</implementation>
	</group>
</interface>