Metadata-Version: 2.4
Name: geospatial-grpc
Version: 1.0.0
Summary: Generated Python bindings for the geospatial.v1 gRPC protocol
Author: Geospatial gRPC Standard Contributors
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/honua-io/geospatial-grpc
Project-URL: Repository, https://github.com/honua-io/geospatial-grpc
Project-URL: Changelog, https://github.com/honua-io/geospatial-grpc/blob/trunk/CHANGELOG.md
Keywords: geospatial,grpc,protobuf,gis
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio<2,>=1.81.1
Requires-Dist: protobuf<8,>=7.35.1
Dynamic: license-file

# geospatial-grpc

Generated Python messages and gRPC stubs for the stable `geospatial.v1`
protocol. The package version matches the schema tag and conformance fixture
version.

```bash
python -m pip install geospatial-grpc==1.0.0
```

```python
from geospatial.v1 import feature_service_pb2, feature_service_pb2_grpc
```

The canonical protocol definitions live at
https://github.com/honua-io/geospatial-grpc.
