Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_49 / python-urllib3
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-urllib3
4 VERSION=                2.2.0
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Powerful HTTP client library (3.11)
8 SDESC[v12]=             Powerful HTTP client library (3.12)
9 HOMEPAGE=               none
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/88/75/311454fd3317aefe18415f04568edc20218453b709c63c58b9292c71be17
14 DISTFILE[1]=            urllib3-2.2.0-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 USES=                   cpe
25
26 DISTNAME=               urllib3-2.2.0.dist-info
27
28 CPE_PRODUCT=            urllib3
29 CPE_VENDOR=             python
30 GENERATED=              yes
31
32 [PY311].USES_ON=                        python:v11,wheel
33
34 [PY312].USES_ON=                        python:v12,wheel
35
36 [FILE:2101:descriptions/desc.single]
37 <h1 align="center">
38
39 ![urllib3]
40
41 </h1>
42
43 <p align="center">
44   [image]
45   [image]
46   [image]
47   [image]
48   [image]
49   [image]<br>
50   [image]
51   [image]
52   [image]
53 </p>
54
55 urllib3 is a powerful, *user-friendly* HTTP client for Python. Much of the
56 Python ecosystem already uses urllib3 and you should too.
57 urllib3 brings many critical features that are missing from the Python
58 standard libraries:
59
60 - Thread safety.
61 - Connection pooling.
62 - Client-side SSL/TLS verification.
63 - File uploads with multipart encoding.
64 - Helpers for retrying requests and dealing with HTTP redirects.
65 - Support for gzip, deflate, brotli, and zstd encoding.
66 - Proxy support for HTTP and SOCKS.
67 - 100% test coverage.
68
69 urllib3 is powerful and easy to use:
70
71 ```python3
72 >>> import urllib3
73 >>> resp = urllib3.request("GET", "http://httpbin.org/robots.txt")
74 >>> resp.status
75 200
76 >>> resp.data
77 b"User-agent: *\nDisallow: /deny\n"
78 ```
79
80 ## Installing
81
82 urllib3 can be installed with [pip]:
83
84 ```bash
85 $ python -m pip install urllib3
86 ```
87
88 Alternatively, you can grab the latest source code from [GitHub]:
89
90 ```bash
91 $ git clone https://github.com/urllib3/urllib3.git
92 $ cd urllib3
93 $ pip install .
94 ```
95
96 ## Documentation
97
98 urllib3 has usage and reference documentation at [urllib3.readthedocs.io].
99
100 ## Community
101
102 urllib3 has a [community Discord channel] for asking questions and
103 collaborating with other contributors. Drop by and say hello ðŸ‘‹
104
105 ## Contributing
106
107 urllib3 happily accepts contributions. Please see our
108 [contributing documentation]
109 for some tips on getting started.
110
111 ## Security Disclosures
112
113 To report a security vulnerability, please use the
114 [Tidelift security contact].
115 Tidelift will coordinate the fix and disclosure with maintainers.
116
117 ## Maintainers
118
119 - [@sethmlarson] (Seth M. Larson)
120 - [@pquentin] (Quentin Pradet)
121 - [@illia-v] (Illia Volochii)
122 - [@theacodes] (Thea Flowers)
123 - [@haikuginger] (Jess Shapiro)
124 - [@lukasa] (Cory Benfield)
125 - [@sigmavirus24] (Ian Stapleton Cordasco)
126 - [@shazow] (Andrey Petrov)
127
128 👋
129
130 ## Sponsorship
131
132 If your company benefits from this library, please consider [sponsoring its
133 development].
134
135 ## For Enterprise
136
137
138
139 [FILE:109:distinfo]
140 ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224       120877 urllib3-2.2.0-py3-none-any.whl
141