typewriter-python 0.2.0

Python Pydantic emitter for the typewriter type sync SDK
Documentation
1
2
3
4
5
6
7
8
9
//! # typewriter-python
//!
//! Python Pydantic v2 / dataclass emitter for the typewriter type sync SDK.
//! Generates `.py` files with Pydantic `BaseModel` classes.

mod emitter;
mod mapper;

pub use mapper::PythonMapper;