Skip to main contentModule httpx
Source pub use codegen::PythonHttpxCodeGenerator;pub use config::PythonHttpxConfig;
- codegen
- Python httpx code generator: IR → idiomatic Python + httpx (synchronous).
- config
- Python httpx generator-specific configuration.
- emit_api
- API emission for IR operations (Python API classes).
- emit_models
- Model emission for IR schemas (Python dataclasses/enums/aliases).
- project_files
- Project-level files: pyproject.toml, README, init.py barrels, py.typed.
- runtime
- Hardcoded Python runtime source files for httpx.