Vyro Documentation¶
Vyro combines Python DX with a Rust execution engine for high-performance APIs.
What you can do¶
- Build async APIs with
Vyro() - Run services with
vyro run - Generate API contracts with OpenAPI
- Operate production services with observability and security primitives
Start here¶
- Read Installation
- Follow Quickstart
- Build your first endpoint in First API