Ravenports generated: 30 May 2017 15:17
[ravenports.git] / bucket_0A / python-requests
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-requests
4 VERSION=                2.17.3
5 KEYWORDS=               python
6 VARIANTS=               py27 py34 py35
7 SDESC[py34]=            Python HTTP for Humans. (PY 34)
8 SDESC[py35]=            Python HTTP for Humans. (PY 35)
9 SDESC[py27]=            Python HTTP for Humans. (PY 27)
10 HOMEPAGE=               http://python-requests.org
11 CONTACT=                Python_Automaton[python@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            PYPI/r/requests
15 DISTFILE[1]=            requests-2.17.3.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[py34]=            single
18 SPKGS[py35]=            single
19 SPKGS[py27]=            single
20
21 OPTIONS_AVAILABLE=      PY27 PY34 PY35
22 OPTIONS_STANDARD=       none
23 VOPTS[py34]=            PY27=OFF PY34=ON PY35=OFF
24 VOPTS[py35]=            PY27=OFF PY34=OFF PY35=ON
25 VOPTS[py27]=            PY27=ON PY34=OFF PY35=OFF
26
27 DISTNAME=               requests-2.17.3
28
29 LICENSE=                APACHE20:single
30 LICENSE_SCHEME=         solo
31 LICENSE_FILE=           APACHE20:{{WRKSRC}}/LICENSE
32
33 GENERATED=              yes
34
35 [PY34].BUILDRUN_DEPENDS_ON=             python-chardet:single:py34
36                                         python-idna:single:py34
37                                         python-urllib3:single:py34
38                                         python-certifi:single:py34
39 [PY34].USES_ON=                         python:py34
40
41 [PY35].BUILDRUN_DEPENDS_ON=             python-chardet:single:py35
42                                         python-idna:single:py35
43                                         python-urllib3:single:py35
44                                         python-certifi:single:py35
45 [PY35].USES_ON=                         python:py35
46
47 [PY27].BUILDRUN_DEPENDS_ON=             python-chardet:single:py27
48                                         python-idna:single:py27
49                                         python-urllib3:single:py27
50                                         python-certifi:single:py27
51 [PY27].USES_ON=                         python:py27
52
53 [FILE:3002:descriptions/desc.single]
54 Requests: HTTP for Humans
55 =========================
56
57 .. image:: https://img.shields.io/pypi/v/requests.svg
58     :target: https://pypi.python.org/pypi/requests
59
60 .. image:: https://img.shields.io/pypi/l/requests.svg
61     :target: https://pypi.python.org/pypi/requests
62
63 .. image:: https://img.shields.io/pypi/pyversions/requests.svg
64     :target: https://pypi.python.org/pypi/requests
65
66 .. image:: https://codecov.io/github/requests/requests/coverage.svg?branch=master
67     :target: https://codecov.io/github/requests/requests
68     :alt: codecov.io
69
70 .. image:: https://img.shields.io/github/contributors/requests/requests.svg
71     :target: https://github.com/requests/requests/graphs/contributors
72
73 .. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
74     :target: https://saythanks.io/to/kennethreitz
75
76
77
78 Requests is the only *Non-GMO* HTTP library for Python, safe for human
79 consumption.
80
81 **Warning:** Recreational use of the Python standard library for HTTP may result in dangerous side-effects,
82 including: security vulnerabilities, verbose code, reinventing the wheel,
83 constantly reading documentation, depression, headaches, or even death.
84
85 Behold, the power of Requests:
86
87 .. code-block:: python
88
89     >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
90     >>> r.status_code
91     200
92     >>> r.headers['content-type']
93     'application/json; charset=utf8'
94     >>> r.encoding
95     'utf-8'
96     >>> r.text
97     u'{"type":"User"...'
98     >>> r.json()
99     {u'disk_usage': 368627, u'private_gists': 484, ...}
100
101 See `the similar code, sans Requests <https://gist.github.com/973705>`_.
102
103 .. image:: https://raw.githubusercontent.com/requests/requests/master/docs/_static/requests-logo-small.png
104     :target: http://docs.python-requests.org/
105
106
107 Requests allows you to send *organic, grass-fed* HTTP/1.1 requests, without the
108 need for manual labor. There's no need to manually add query strings to your
109 URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling
110 are 100% automatic, thanks to `urllib3 <https://github.com/shazow/urllib3>`_.
111
112 Besides, all the cool kids are doing it. Requests is one of the most
113 downloaded Python packages of all time, pulling in over 11,000,000 downloads
114 every month. You don't want to be left out!
115
116 Feature Support
117 ---------------
118
119 Requests is ready for today's web.
120
121 - International Domains and URLs
122 - Keep-Alive & Connection Pooling
123 - Sessions with Cookie Persistence
124 - Browser-style SSL Verification
125 - Basic/Digest Authentication
126 - Elegant Key/Value Cookies
127 - Automatic Decompression
128 - Automatic Content Decoding
129 - Unicode Response Bodies
130 - Multipart File Uploads
131 - HTTP(S) Proxy Support
132 - Connection Timeouts
133 - Streaming Downloads
134 - ``.netrc`` Support
135 - Chunked Requests
136
137 Requests officially supports Python 2.6–2.7 & 3.3–3.7, and runs great on PyPy.
138
139 Installation
140 ------------
141
142 To install Requests, simply:
143
144 .. code-block:: bash
145
146     $ pip install requests
147     ✨🍰✨
148
149 Satisfaction, guaranteed.
150
151 Documentation
152 -------------
153
154
155
156 [FILE:101:distinfo]
157 8d29f97ed1541709b57caddb77bb20592411d7ca10ec4f03275f49ee8456e225       123148 requests-2.17.3.tar.gz
158