python-proto-importer 0.1.4

Rust-based CLI to streamline Python gRPC/Protobuf workflows: generate code, stabilize imports, and run type checks.
Documentation
[[bin]]
name = "python-proto-importer"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.glob]
version = "0.3"

[dependencies.prost]
version = "0.14"

[dependencies.prost-reflect]
version = "0.16"

[dependencies.prost-types]
version = "0.14"

[dependencies.pyo3]
features = ["extension-module", "abi3-py38"]
optional = true
version = "0.25.1"

[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "8"

[features]
default = []
python = ["pyo3"]

[lib]
crate-type = ["rlib", "cdylib"]
name = "python_proto_importer"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Rust-based CLI to streamline Python gRPC/Protobuf workflows: generate code, stabilize imports, and run type checks."
documentation = "https://github.com/K-dash/python-proto-importer#readme"
edition = "2024"
exclude = [".github/", "python_e2e/", "doc/", "target/", ".idea/", ".vscode/", ".DS_Store"]
homepage = "https://github.com/K-dash/python-proto-importer"
keywords = ["protobuf", "grpc", "python", "generator", "cli"]
license = "Apache-2.0"
name = "python-proto-importer"
readme = "README.md"
repository = "https://github.com/K-dash/python-proto-importer"
version = "0.1.4"