Metadata-Version: 2.4
Name: pole-specification
Version: 0.1.0a46
Summary: Official Python gRPC definitions for Pole Specification
Author: Lattice Hub Contributors
License-Expression: MIT OR Apache-2.0
Project-URL: Homepage, https://github.com/lattice-hub/specification
Project-URL: Repository, https://github.com/lattice-hub/specification
Project-URL: Issues, https://github.com/lattice-hub/specification/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Requires-Dist: grpcio<2,>=1.80.0
Requires-Dist: protobuf<7,>=6.31.1
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: grpcio-tools==1.80.0; extra == "dev"
Requires-Dist: packaging>=24; extra == "dev"
Dynamic: license-file

# pole-specification

Pole Specification 的官方 Python gRPC 定义包。包内包含权威 Proto 副本，以及
`grpcio-tools` 生成的 Message、类型声明、Client Stub 和 Servicer。

```python
from pole_specification.generated import bootstrap_pb2, bootstrap_pb2_grpc
```

该包由 specification GitHub Release 自动生成和发布，不接受手工修改生成目录。
