How to Install and Uninstall python3-httpx Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-httpx" package

This guide covers the steps necessary to install python3-httpx on Kali Linux

$ sudo apt update $ sudo apt install python3-httpx

2. Uninstall "python3-httpx" package

Please follow the steps below to uninstall python3-httpx on Kali Linux:

$ sudo apt remove python3-httpx $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-httpx package on Kali Linux

Package: python3-httpx
Source: httpx
Version: 0.26.0-1
Installed-Size: 352
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-click (>= 8), python3-pygments, python3-rich (>= 10), python3-anyio, python3-certifi, python3-httpcore (>= 1), python3-idna, python3-sniffio, python3:any
Size: 77056
SHA256: 27b6c7b8a8c15c6607a68fc497a68e78be6521dc2590155825f7e5642fb268f6
SHA1: 2d8965fbafe52d907cb20c7e30be11d89b18e853
MD5sum: 969f3200da35c863bf547daacfb44bce
Description: next generation HTTP client
HTTPX is a fully featured HTTP client for Python 3, which provides sync and
async APIs, and support for both HTTP/1.1 and HTTP/2.
.
HTTPX is a high performance asynchronous HTTP client, that builds on the
well-established usability of requests, and gives you:
.
* A broadly requests-compatible API.
* Standard synchronous interface, but with async support if you need it.
* HTTP/1.1 and HTTP/2 support.
* Ability to make requests directly to WSGI applications or ASGI applications.
* Strict timeouts everywhere.
* Fully type annotated.
* 99% test coverage.
.
Plus all the standard features of requests:
.
* International Domains and URLs
* Keep-Alive & Connection Pooling
* Sessions with Cookie Persistence
* Browser-style SSL Verification
* Basic/Digest Authentication
* Elegant Key/Value Cookies
* Automatic Decompression
* Automatic Content Decoding
* Unicode Response Bodies
* Multipart File Uploads
* HTTP(S) Proxy Support
* Connection Timeouts
* Streaming Downloads
* .netrc Support
* Chunked Requests
Description-md5:
Homepage: https://www.python-httpx.org/
Section: python
Priority: optional
Filename: pool/main/h/httpx/python3-httpx_0.26.0-1_all.deb