|
2 | 2 |
|
3 | 3 | As HTTPX usage grows, there is an expanding community of developers building tools and libraries that integrate with HTTPX, or depend on HTTPX. Here are some of them.
|
4 | 4 |
|
| 5 | +<!-- NOTE: Entries are alphabetised. --> |
| 6 | + |
5 | 7 | ## Plugins
|
6 | 8 |
|
7 |
| -### httpx-ws |
| 9 | +### Hishel |
8 | 10 |
|
9 |
| -[GitHub](https://github.com/frankie567/httpx-ws) - [Documentation](https://frankie567.github.io/httpx-ws/) |
| 11 | +[GitHub](https://github.com/karpetrosyan/hishel) - [Documentation](https://hishel.com/) |
10 | 12 |
|
11 |
| -WebSocket support for HTTPX. |
| 13 | +An elegant HTTP Cache implementation for HTTPX and HTTP Core. |
12 | 14 |
|
13 |
| -### httpx-socks |
| 15 | +### HTTPX-Auth |
14 | 16 |
|
15 |
| -[GitHub](https://github.com/romis2012/httpx-socks) |
| 17 | +[GitHub](https://github.com/Colin-b/httpx_auth) - [Documentation](https://colin-b.github.io/httpx_auth/) |
16 | 18 |
|
17 |
| -Proxy (HTTP, SOCKS) transports for httpx. |
| 19 | +Provides authentication classes to be used with HTTPX's [authentication parameter](advanced/authentication.md#customizing-authentication). |
18 | 20 |
|
19 |
| -### httpdbg |
| 21 | +### httpx-caching |
20 | 22 |
|
21 |
| -[GitHub](https://github.com/cle-b/httpdbg) - [Documentation](https://httpdbg.readthedocs.io/) |
| 23 | +[Github](https://github.com/johtso/httpx-caching) |
22 | 24 |
|
23 |
| -A tool for Python developers to easily debug the HTTP(S) client requests in a Python program. |
| 25 | +This package adds caching functionality to HTTPX |
24 | 26 |
|
25 |
| -### Hishel |
| 27 | +### httpx-socks |
26 | 28 |
|
27 |
| -[GitHub](https://github.com/karpetrosyan/hishel) - [Documentation](https://hishel.com/) |
| 29 | +[GitHub](https://github.com/romis2012/httpx-socks) |
28 | 30 |
|
29 |
| -An elegant HTTP Cache implementation for HTTPX and HTTP Core. |
| 31 | +Proxy (HTTP, SOCKS) transports for httpx. |
30 | 32 |
|
31 |
| -### Authlib |
| 33 | +### httpx-sse |
32 | 34 |
|
33 |
| -[GitHub](https://github.com/lepture/authlib) - [Documentation](https://docs.authlib.org/en/latest/) |
| 35 | +[GitHub](https://github.com/florimondmanca/httpx-sse) |
34 | 36 |
|
35 |
| -The ultimate Python library in building OAuth and OpenID Connect clients and servers. Includes an [OAuth HTTPX client](https://docs.authlib.org/en/latest/client/httpx.html). |
| 37 | +Allows consuming Server-Sent Events (SSE) with HTTPX. |
36 | 38 |
|
37 |
| -### Gidgethub |
| 39 | +### httpx-retries |
38 | 40 |
|
39 |
| -[GitHub](https://github.com/brettcannon/gidgethub) - [Documentation](https://gidgethub.readthedocs.io/en/latest/index.html) |
| 41 | +[GitHub](https://github.com/will-ockmore/httpx-retries) - [Documentation](https://will-ockmore.github.io/httpx-retries/) |
40 | 42 |
|
41 |
| -An asynchronous GitHub API library. Includes [HTTPX support](https://gidgethub.readthedocs.io/en/latest/httpx.html). |
| 43 | +A retry layer for HTTPX. |
42 | 44 |
|
43 |
| -### HTTPX-Auth |
| 45 | +### httpx-ws |
44 | 46 |
|
45 |
| -[GitHub](https://github.com/Colin-b/httpx_auth) - [Documentation](https://colin-b.github.io/httpx_auth/) |
| 47 | +[GitHub](https://github.com/frankie567/httpx-ws) - [Documentation](https://frankie567.github.io/httpx-ws/) |
46 | 48 |
|
47 |
| -Provides authentication classes to be used with HTTPX [authentication parameter](advanced/authentication.md#customizing-authentication). |
| 49 | +WebSocket support for HTTPX. |
48 | 50 |
|
49 | 51 | ### pytest-HTTPX
|
50 | 52 |
|
51 | 53 | [GitHub](https://github.com/Colin-b/pytest_httpx) - [Documentation](https://colin-b.github.io/pytest_httpx/)
|
52 | 54 |
|
53 |
| -Provides `httpx_mock` [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases. |
| 55 | +Provides a [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases. |
54 | 56 |
|
55 | 57 | ### RESPX
|
56 | 58 |
|
57 | 59 | [GitHub](https://github.com/lundberg/respx) - [Documentation](https://lundberg.github.io/respx/)
|
58 | 60 |
|
59 |
| -A utility for mocking out the Python HTTPX library. |
| 61 | +A utility for mocking out HTTPX. |
60 | 62 |
|
61 | 63 | ### rpc.py
|
62 | 64 |
|
63 | 65 | [Github](https://github.com/abersheeran/rpc.py) - [Documentation](https://github.com/abersheeran/rpc.py#rpcpy)
|
64 | 66 |
|
65 |
| -An fast and powerful RPC framework based on ASGI/WSGI. Use HTTPX as the client of the RPC service. |
| 67 | +A fast and powerful RPC framework based on ASGI/WSGI. Use HTTPX as the client of the RPC service. |
66 | 68 |
|
67 |
| -### VCR.py |
| 69 | +## Libraries with HTTPX support |
68 | 70 |
|
69 |
| -[GitHub](https://github.com/kevin1024/vcrpy) - [Documentation](https://vcrpy.readthedocs.io/) |
| 71 | +### Authlib |
70 | 72 |
|
71 |
| -A utility for record and repeat an http request. |
| 73 | +[GitHub](https://github.com/lepture/authlib) - [Documentation](https://docs.authlib.org/en/latest/) |
72 | 74 |
|
73 |
| -### httpx-caching |
| 75 | +A python library for building OAuth and OpenID Connect clients and servers. Includes an [OAuth HTTPX client](https://docs.authlib.org/en/latest/client/httpx.html). |
74 | 76 |
|
75 |
| -[Github](https://github.com/johtso/httpx-caching) |
| 77 | +### Gidgethub |
76 | 78 |
|
77 |
| -This package adds caching functionality to HTTPX |
| 79 | +[GitHub](https://github.com/brettcannon/gidgethub) - [Documentation](https://gidgethub.readthedocs.io/en/latest/index.html) |
78 | 80 |
|
79 |
| -### httpx-sse |
| 81 | +An asynchronous GitHub API library. Includes [HTTPX support](https://gidgethub.readthedocs.io/en/latest/httpx.html). |
80 | 82 |
|
81 |
| -[GitHub](https://github.com/florimondmanca/httpx-sse) |
| 83 | +### httpdbg |
82 | 84 |
|
83 |
| -Allows consuming Server-Sent Events (SSE) with HTTPX. |
| 85 | +[GitHub](https://github.com/cle-b/httpdbg) - [Documentation](https://httpdbg.readthedocs.io/) |
| 86 | + |
| 87 | +A tool for python developers to easily debug the HTTP(S) client requests in a python program. |
84 | 88 |
|
85 |
| -### robox |
| 89 | +### VCR.py |
86 | 90 |
|
87 |
| -[Github](https://github.com/danclaudiupop/robox) |
| 91 | +[GitHub](https://github.com/kevin1024/vcrpy) - [Documentation](https://vcrpy.readthedocs.io/) |
88 | 92 |
|
89 |
| -A library for scraping the web built on top of HTTPX. |
| 93 | +Record and repeat requests. |
90 | 94 |
|
91 | 95 | ## Gists
|
92 | 96 |
|
93 |
| -<!-- NOTE: this list is in alphabetical order. --> |
94 |
| - |
95 | 97 | ### urllib3-transport
|
96 | 98 |
|
97 | 99 | [GitHub](https://gist.github.com/florimondmanca/d56764d78d748eb9f73165da388e546e)
|
|
0 commit comments