cli/pkg/sdk/generators
Snider ea5b2fabaf feat(sdk): add Python generator
Implements Python SDK generator with two-level fallback:
1. Native openapi-python-client if installed
2. Docker openapitools/openapi-generator-cli as fallback

Includes tests following _Good convention for Available and Generate.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 01:15:57 +00:00
..
generator.go feat(sdk): add Generator interface and Registry 2026-01-29 01:13:11 +00:00
python.go feat(sdk): add Python generator 2026-01-29 01:15:57 +00:00
python_test.go feat(sdk): add Python generator 2026-01-29 01:15:57 +00:00
typescript.go feat(sdk): add TypeScript generator 2026-01-29 01:15:47 +00:00
typescript_test.go feat(sdk): add TypeScript generator 2026-01-29 01:15:47 +00:00