vedro-httpx
Vedro ❤ HTTPX – first‑class HTTP client integration for the Vedro framework, powered by HTTPX.
Installation
Quick
For a quick installation, you can use a plugin manager as follows:
$ vedro plugin install vedro-httpx
Manual
To install manually, follow these steps:
- Install the package using pip:
$ pip3 install vedro-httpx
- Next, activate the plugin in your
vedro.cfg.pyconfiguration file:
# ./vedro.cfg.py
import vedro
import vedro_httpx
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class VedroHTTPX(vedro_httpx.VedroHTTPX):
enabled = True
Documentation
All usage examples, advanced configuration, request‑recording and OpenAPI generation guides live in the official docs:
👉 vedro.io/docs/integrations/httpx-client
Check them out to get the most out of vedro-httpx!
Release files for vedro-httpx 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vedro_httpx-0.8.1.tar.gz | 39.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vedro_httpx-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 86.7 kB
Release files / vedro_httpx-0.8.1.tar.gz
| Download URL | vedro_httpx-0.8.1.tar.gz |
|---|---|
| Size | 39.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8054b28c602c6cbb5aab59799ebfc1375e80208b0378692016811be2faff62e8
|
|
BLAKE2b-256 checksum How to use checksums |
f711ff348a938e9e1769177228a3018b99b2fec55a8acafa406a5172ff06615e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.10
|
Release files / vedro_httpx-0.8.1-py3-none-any.whl
| Download URL | vedro_httpx-0.8.1-py3-none-any.whl |
|---|---|
| Size | 47.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3a80efac941c84c9de9769e24aae6001ae438552709e25444738d45b980cb6ec
|
|
BLAKE2b-256 checksum How to use checksums |
1edf8c139f110706dbf37a7d8b0fce8f3e25474091f2b628689491e7f9bfe203
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.10
|