Ravenports generated: 12 Sep 2017 12:25
[ravenports.git] / bucket_49 / python-urllib3
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-urllib3
4 VERSION=                1.22
5 KEYWORDS=               python devel
6 VARIANTS=               py27 py35 py36
7 SDESC[py35]=            HTTP library with thread-safe connection p (PY 35)
8 SDESC[py36]=            HTTP library with thread-safe connection p (PY 36)
9 SDESC[py27]=            HTTP library with thread-safe connection p (PY 27)
10 HOMEPAGE=               https://urllib3.readthedocs.io/
11 CONTACT=                Python_Automaton[python@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            PYPI/u/urllib3
15 DISTFILE[1]=            urllib3-1.22.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[py35]=            single
18 SPKGS[py36]=            single
19 SPKGS[py27]=            single
20
21 OPTIONS_AVAILABLE=      PY27 PY35 PY36
22 OPTIONS_STANDARD=       none
23 VOPTS[py35]=            PY27=OFF PY35=ON PY36=OFF
24 VOPTS[py36]=            PY27=OFF PY35=OFF PY36=ON
25 VOPTS[py27]=            PY27=ON PY35=OFF PY36=OFF
26
27 DISTNAME=               urllib3-1.22
28
29 LICENSE=                MIT:single
30 LICENSE_SCHEME=         solo
31 LICENSE_FILE=           MIT:{{WRKSRC}}/LICENSE.txt
32
33 GENERATED=              yes
34
35 [PY35].USES_ON=                         python:py35
36
37 [PY36].USES_ON=                         python:py36
38
39 [PY27].USES_ON=                         python:py27
40
41 [FILE:3003:descriptions/desc.single]
42 urllib3
43 =======
44
45 .. image:: https://travis-ci.org/shazow/urllib3.svg?branch=master
46         :alt: Build status on Travis
47         :target: https://travis-ci.org/shazow/urllib3
48
49 .. image:: https://img.shields.io/appveyor/ci/shazow/urllib3/master.svg
50         :alt: Build status on AppVeyor
51         :target: https://ci.appveyor.com/project/shazow/urllib3
52
53 .. image:: https://readthedocs.org/projects/urllib3/badge/?version=latest
54         :alt: Documentation Status
55         :target: https://urllib3.readthedocs.io/en/latest/
56         
57 .. image:: https://img.shields.io/codecov/c/github/shazow/urllib3.svg
58         :alt: Coverage Status
59         :target: https://codecov.io/gh/shazow/urllib3
60
61 .. image:: https://img.shields.io/pypi/v/urllib3.svg?maxAge=86400
62         :alt: PyPI version
63         :target: https://pypi.python.org/pypi/urllib3
64
65 .. image:: https://www.bountysource.com/badge/tracker?tracker_id=192525
66         :alt: Bountysource
67         :target: https://www.bountysource.com/trackers/192525-urllib3?utm_source=192525&utm_medium=shield&utm_campaign=TRACKER_BADGE
68
69 urllib3 is a powerful, *sanity-friendly* HTTP client for Python. Much of the
70 Python ecosystem already uses urllib3 and you should too.
71 urllib3 brings many critical features that are missing from the Python
72 standard libraries:
73
74 - Thread safety.
75 - Connection pooling.
76 - Client-side SSL/TLS verification.
77 - File uploads with multipart encoding.
78 - Helpers for retrying requests and dealing with HTTP redirects.
79 - Support for gzip and deflate encoding.
80 - Proxy support for HTTP and SOCKS.
81 - 100% test coverage.
82
83 urllib3 is powerful and easy to use::
84
85     >>> import urllib3
86     >>> http = urllib3.PoolManager()
87     >>> r = http.request('GET', 'http://httpbin.org/robots.txt')
88     >>> r.status
89     200
90     >>> r.data
91     'User-agent: *\nDisallow: /deny\n'
92
93 Installing
94 ----------
95
96 urllib3 can be installed with `pip <https://pip.pypa.io>`_::
97
98     $ pip install urllib3
99
100 Alternatively, you can grab the latest source code from `GitHub <https://github.com/shazow/urllib3>`_::
101
102     $ git clone git://github.com/shazow/urllib3.git
103     $ python setup.py install
104
105
106 Documentation
107 -------------
108
109 urllib3 has usage and reference documentation at `urllib3.readthedocs.io <https://urllib3.readthedocs.io>`_.
110
111
112 Contributing
113 ------------
114
115 urllib3 happily accepts contributions. Please see our
116 `contributing documentation <https://urllib3.readthedocs.io/en/latest/contributing.html>`_
117 for some tips on getting started.
118
119 Maintainers
120 -----------
121
122 - `@lukasa <https://github.com/lukasa>`_ (Cory Benfield)
123 - `@sigmavirus24 <https://github.com/sigmavirus24>`_ (Ian Cordasco)
124 - `@shazow <https://github.com/shazow>`_ (Andrey Petrov)
125
126 👋
127
128 Sponsorship
129 -----------
130
131 If your company benefits from this library, please consider `sponsoring its
132 development <https://urllib3.readthedocs.io/en/latest/contributing.html#sponsorship>`_.
133
134
135 Changes
136 =======
137
138 1.22 (2017-07-20)
139 -----------------
140
141 * Fixed missing brackets in ``HTTP CONNECT`` when connecting to IPv6 address via
142
143
144 [FILE:98:distinfo]
145 cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f       226083 urllib3-1.22.tar.gz
146