Vedro + HTTPX
Project description
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.py
configuration 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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vedro_httpx-0.8.1.tar.gz
(39.7 kB
view details)
Built Distribution
File details
Details for the file vedro_httpx-0.8.1.tar.gz
.
File metadata
- Download URL: vedro_httpx-0.8.1.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8054b28c602c6cbb5aab59799ebfc1375e80208b0378692016811be2faff62e8
|
|
MD5 |
ce0eabf6382b113f4e1151294e0360e3
|
|
BLAKE2b-256 |
f711ff348a938e9e1769177228a3018b99b2fec55a8acafa406a5172ff06615e
|
File details
Details for the file vedro_httpx-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: vedro_httpx-0.8.1-py3-none-any.whl
- Upload date:
- Size: 47.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3a80efac941c84c9de9769e24aae6001ae438552709e25444738d45b980cb6ec
|
|
MD5 |
f2e4c3dc00f710b4984d4406e76d00c4
|
|
BLAKE2b-256 |
1edf8c139f110706dbf37a7d8b0fce8f3e25474091f2b628689491e7f9bfe203
|