py-calc-rpc/ ├── proto/ # Protocol Buffers 定义 │ └── calc.proto ├── generated/ # 生成的 Python gRPC 代码 │ ├── calc_pb2.py │ └── calc_pb2_grpc.py ├── go-client/ # Go 客户端示例 │ ├── main.go ...
Version 0.1.1 — Updated April 8, 2026. A lightweight Python CLI and library for IPv4/IPv6 subnetting, VLSM allocation, supernet calculation, overlap detection, and EUI-64 generation. Supports Python 3 ...