python-proto-importer 0.1.4

Rust-based CLI to streamline Python gRPC/Protobuf workflows: generate code, stabilize imports, and run type checks.
Documentation
1
2
3
fn main() -> anyhow::Result<()> {
    python_proto_importer::run_cli()
}