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.dev34514457216.tar.gz (52.2 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.dev34514457216.tar.gz.

File metadata

File hashes

Hashes for vention_grpc_py_sdk-0.0.68.dev34514457216.tar.gz
Algorithm Hash digest
SHA256 0befc5d5a5cf014292c15dcb2cdc1fd230dfbd9dc08f0931e788abb0a1e230f9
MD5 9fb4c864758035756d53093b7fbb84be
BLAKE2b-256 5de4286417fe3eb58529c6ad349eb85af57bbaa6ee38735e07d73f94f8ab6ba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vention_grpc_py_sdk-0.0.68.dev34514457216-py3-none-any.whl
Algorithm Hash digest
SHA256 7a0f875f9d4dc6bd40607d1475f64ed210e15fc1c7a85d878ae07dd903474dd1
MD5 491ac2ddf7b3fc3a582a4c64dff93ad2
BLAKE2b-256 5b04e346370fe286400308519deee36119c9b8aa7624a9af6760a66cf5610853

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