Metadata-Version: 2.4
Name: kubling-provider-grpc
Version: 0.4.0
Summary: Generated Python bindings for the Kubling provider gRPC protocol
Author: Kubling contributors
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/kubling-community/kubling-providers
Project-URL: Repository, https://github.com/kubling-community/kubling-providers
Project-URL: Issues, https://github.com/kubling-community/kubling-providers/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kubling-grpc==1.1.1
Requires-Dist: protobuf<8,>=7.36.1
Requires-Dist: grpcio<2,>=1.84.0
Dynamic: license-file

# Kubling provider gRPC Python bindings

Generated messages and gRPC stubs for the Kubling provider protocol. This
package contains provider bindings only.

Distribution name: `kubling-provider-grpc`.

```sh
pip install kubling-provider-grpc
```

```python
from kubling.provider.v1 import provider_pb2_grpc

provider = provider_pb2_grpc.ProviderServiceStub(channel)
```

Shared `kubling.v1` types come from `kubling-grpc`; they are not repackaged
here.

Build from the repository root:

```sh
python -m pip install -r sdk-python/requirements-build.txt
python -m build sdk-python
python -m twine check --strict sdk-python/dist/*
```
