polyrpc
v0.4.0
Published
Real-time Python to TypeScript type generator - The invisible bridge between Python and TypeScript
Downloads
18
Maintainers
Readme
polyrpc
The invisible bridge between Python and TypeScript.
Real-time type generation from Python (FastAPI/Pydantic) to TypeScript in <100ms.
Installation
npm install -g polyrpcUsage
# Initialize in your project
polyrpc init
# Watch for changes (real-time type generation)
polyrpc watch
# Generate types once
polyrpc generateHow It Works
- You save a Python file with Pydantic models
- PolyRPC parses the AST in <100ms (Rust-powered)
- TypeScript definitions are generated instantly
- VS Code autocomplete works immediately
Documentation
See polyrpc.dev for full documentation.
License
MIT
