diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-04 06:20:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:32 +0700 |
commit | 4e75e58d6ac4fcd24a899daf3873ec6101d77437 (patch) | |
tree | 0731632e3a98f39d74c49289f50ee4dab42a33f9 /python/python3-httpx/README | |
parent | 0dd2c1c129d01be788d41aa1efab89fd907ffe7a (diff) | |
download | slackbuilds-4e75e58d6ac4fcd24a899daf3873ec6101d77437.tar.gz |
python/python3-httpx: Added (A next-gen HTTP client for Python)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpx/README')
-rw-r--r-- | python/python3-httpx/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python/python3-httpx/README b/python/python3-httpx/README new file mode 100644 index 0000000000..88b1c91fb7 --- /dev/null +++ b/python/python3-httpx/README @@ -0,0 +1,16 @@ +python3-httpx (A next-generation HTTP client for Python) + +HTTPX is a fully featured HTTP client library for Python 3. It +includes an integrated command line client, has support for both +HTTP/1.1 and HTTP/2, and provides both sync and async APIs. + +Optional installs: + + h2 - HTTP/2 support. (no slackbuild) + socksio - SOCKS proxy support. (no slackbuild) + rich - Rich terminal support. (no slackbuild) + click - Command line client support. + async_generator - Backport support for contextlib.asynccontextmanager. + +Note: httpx cli requires optional dependencies to work + |