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.68.dev34513278662.tar.gz (51.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.68.dev34513278662.tar.gz.

File metadata

File hashes

Hashes for vention_grpc_py_sdk-0.0.68.dev34513278662.tar.gz
Algorithm Hash digest
SHA256 71f6fa3b63223daf50d56979164a648316677b4a19da3b7d0932b1ad40684d32
MD5 66fbb2b738afc9caff006cff6729cfac
BLAKE2b-256 8cf726f7fbcca3a915ab73e7bd18fbd0ef5b69f37e92a5841abea03253a54ce6

See more details on using hashes here.

File details

Details for the file vention_grpc_py_sdk-0.0.68.dev34513278662-py3-none-any.whl.

File metadata

File hashes

Hashes for vention_grpc_py_sdk-0.0.68.dev34513278662-py3-none-any.whl
Algorithm Hash digest
SHA256 16311be9ec9b903b733bfcd48114b3675a5f9cbdafaca4568845cd90ce15c948
MD5 974d49f4be7b3433499f57cad1f3e638
BLAKE2b-256 7687073eacc391d3b57a2084e13d7d61597ea216329975f5962951f9358b3785

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