Skip to main content

Python Generated gRPC client and server interfaces from Digitalkin's service apis

Project description

digitalkin_proto

CI PyPI Python Version License

Python Generated gRPC client and server interfaces from Digitalkin's service APIs.

Installation

pip install digitalkin_proto

Overview

This package provides Python interfaces generated from Digitalkin's Protocol Buffer definitions, enabling seamless integration with Digitalkin services via gRPC.

Usage

Basic Import

import digitalkin_proto
from digitalkin_proto.agentic_mesh_protocol.module.v1 import module_pb2, module_service_pb2_grpc

Working with gRPC Services

Example for connecting to a gRPC service:

import grpc
from digitalkin_proto.agentic_mesh_protocol.module.v1 import module_service_pb2_grpc
from digitalkin_proto.agentic_mesh_protocol.module.v1 import module_pb2

# Create a gRPC channel and client stub
channel = grpc.insecure_channel('localhost:50051')
stub = module_service_pb2_grpc.ModuleServiceStub(channel)

# Create a request object
request = module_pb2.YourRequestType(
    field1="value1",
    field2="value2"
)

# Call the service
response = stub.YourServiceMethod(request)
print(response)

Development

Prerequisites

  • Python 3.10+
  • uv - Modern Python package management
  • Task - Task runner
  • rsync - For copying generated files

Note: buf and protoc are handled by the submodule via npx, no local installation needed

Setup Development Environment

# Clone the repository with submodules
git clone --recurse-submodules https://github.com/DigitalKin-ai/service-apis-py.git
cd service-apis-py

# Setup development environment
task setup

# Or use the quick dev setup command
task dev

Common Development Tasks

# Generate Python code from protobuf definitions
task gen

# Build the package
task build

# Run tests
task test

# Format code
task fmt

# Lint code
task lint

# Clean build artifacts
task clean

# Bump version
task bump-version -- patch
task bump-version -- minor
task bump-version -- major

Publishing Process

  1. Update code and commit changes
  2. Use the GitHub "Create Release" workflow to bump version (patch, minor, major)
  3. The workflow will automatically create a new release and publish to PyPI

License

This project is licensed under the terms specified in the LICENSE file.

Project details


Download files

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

Source Distribution

digitalkin_proto-0.2.0.dev4.tar.gz (117.8 kB view details)

Uploaded Source

Built Distribution

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

digitalkin_proto-0.2.0.dev4-py3-none-any.whl (177.4 kB view details)

Uploaded Python 3

File details

Details for the file digitalkin_proto-0.2.0.dev4.tar.gz.

File metadata

  • Download URL: digitalkin_proto-0.2.0.dev4.tar.gz
  • Upload date:
  • Size: 117.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for digitalkin_proto-0.2.0.dev4.tar.gz
Algorithm Hash digest
SHA256 91bad7d421f35d3828025388eedab5cc6558234b55afa5417048c393b254c745
MD5 a38a55cbaa57f8a0b98c4c139c5478df
BLAKE2b-256 0dd951725da766b8c03a8ff4a8854eac7aed750f20b25c89a45113dd8952677c

See more details on using hashes here.

Provenance

The following attestation bundles were made for digitalkin_proto-0.2.0.dev4.tar.gz:

Publisher: publish.yml on DigitalKin-ai/service-apis-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file digitalkin_proto-0.2.0.dev4-py3-none-any.whl.

File metadata

File hashes

Hashes for digitalkin_proto-0.2.0.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 67d7f6cc556439f91688b323c0a1fefc4ecd8bfd3c823be2a5c5af1aed9b6706
MD5 7d498d8f7f772da0ad39d3dc95b3038b
BLAKE2b-256 8234f20c4447c6c5ae94e7da601f3c0bf1151283aa7f9d19b4cebe979de7ee86

See more details on using hashes here.

Provenance

The following attestation bundles were made for digitalkin_proto-0.2.0.dev4-py3-none-any.whl:

Publisher: publish.yml on DigitalKin-ai/service-apis-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page