Skip to main content

vention-grpc-py-sdk

Generated Python gRPC clients for vention-protos.

Install

pip install vention-grpc-py-sdk

Usage

import grpc
from vention.robots.v1 import robot_service_pb2_grpc
from vention import PROTOS_SHA

channel = grpc.insecure_channel("localhost:50550")
stub = robot_service_pb2_grpc.RobotServiceStub(channel)
print(f"built from vention-protos@{PROTOS_SHA}")

PROTOS_SHA is the vention-protos commit this wheel was generated from.

Vision service backends

The vention/vision/v1 services also ship generated backend interfaces, so calling code can be written against an ABC and swapped between gRPC and a local implementation.

from vention.vision.v1 import image_pb2
from vention.vision.v1.vision_service_abc import (
    ImageServiceBackend,
    create_image_service_backend,
    register_image_service_backend,
)

backend = create_image_service_backend("grpc", target="localhost:41051")
response = backend.capture_image(image_pb2.CaptureImageRequest())


class InProcessImageService(ImageServiceBackend):
    def capture_image(self, request): ...
    def upload_image(self, requests): ...
    def download_image(self, request): ...


register_image_service_backend("in_process", InProcessImageService)
backend = create_image_service_backend("in_process")

There is one <Service>Backend ABC, one <Service>GrpcBackend, and one register_/create_ pair per service in vision_service.proto.

Release files for vention-grpc-py-sdk 0.0.71

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for vention-grpc-py-sdk 0.0.71
File Size Uploaded
vention_grpc_py_sdk-0.0.71.tar.gz 122.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for vention-grpc-py-sdk 0.0.71
File Interpreter ABI Platform
vention_grpc_py_sdk-0.0.71-py3-none-any.whl Python 3 none any Details

Total release size: 385.7 kB

Release files / vention_grpc_py_sdk-0.0.71.tar.gz

Download URL vention_grpc_py_sdk-0.0.71.tar.gz
Size 122.5 kB
Tags Source
SHA-256 checksum
How to use checksums
68c02af1013a5a54b24877a7c43e27e8dbf826ce59ff3ce076fad771fbe4894c
BLAKE2b-256 checksum
How to use checksums
19ee70bac24accdf3b30f81af653d283f143f3b9f710e9ca2336103bb664ed02
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12

Release files / vention_grpc_py_sdk-0.0.71-py3-none-any.whl

Download URL vention_grpc_py_sdk-0.0.71-py3-none-any.whl
Size 263.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
fe82e15c41abb2e73d37486159aad25f42bdc56b8b3701a57d311d91102f4e69
BLAKE2b-256 checksum
How to use checksums
b0c6dc3c12b57c389e1817aab49ddd460e1a981e4342c54135936fa675d18ef7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page