You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo repository includes extra project scaffolding around some generated clients, but that scaffolding is not produced by `reflectapi codegen` itself.
63
65
@@ -82,6 +84,8 @@ The demo repository includes extra project scaffolding around some generated cli
82
84
- Generates Pydantic-based models and client code.
83
85
- Generates an async client by default.
84
86
- Adds a sync client only when `--python-sync` is passed.
87
+
- Emits reflected Rust namespaces as real Python packages. `generated.py` is kept
88
+
as a temporary compatibility facade inside the package.
85
89
- Uses `reflectapi_runtime` for client base classes and runtime helpers.
0 commit comments