Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vention_grpc_py_sdk-0.0.67.dev34389318765.tar.gz (50.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file vention_grpc_py_sdk-0.0.67.dev34389318765.tar.gz.

File metadata

File hashes

Hashes for vention_grpc_py_sdk-0.0.67.dev34389318765.tar.gz
Algorithm Hash digest
SHA256 2f6429f76cccbc9077f82a4c5876ade49870e067f3a4831f6245cd8cb194f025
MD5 b52f36c350cfc1ab054db475b504189f
BLAKE2b-256 589a6828df7b597a2ab60f6dbd586ec956026fb51994338acae284592483f156

See more details on using hashes here.

File details

Details for the file vention_grpc_py_sdk-0.0.67.dev34389318765-py3-none-any.whl.

File metadata

File hashes

Hashes for vention_grpc_py_sdk-0.0.67.dev34389318765-py3-none-any.whl
Algorithm Hash digest
SHA256 c9984d0ab1c1addf0b55542d96e137e1fda223734043c842cc7d80a6ed89a71b
MD5 10364db2e3958dfa781a9414ca7c4216
BLAKE2b-256 fb94d0ae76da112b0d8d0113188fab1bf3937b8bb2c1b0a17b359659eadc2b6c

See more details on using hashes here.

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