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.digitalkin.module import module_pb2, module_service_pb2_grpc

Working with gRPC Services

Example for connecting to a gRPC service:

import grpc
from digitalkin_proto.digitalkin.module import module_service_pb2_grpc
from digitalkin_proto.digitalkin.module 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
  • buf - Protocol buffer toolkit
  • protoc - Protocol Buffers compiler
  • Task - Task runner

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

# Create and activate venv
task venv
source .venv/bin/activate

# Setup development environment
task setup-dev

Common Development Tasks

# Generate Python code from protobuf definitions
task gen-proto

# Build the package
task build-package

# Run tests
task run-tests

# Format code
task format

# Lint code
task lint

# Clean build artifacts
task clean

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

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.0.2.tar.gz (40.9 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.0.2-py3-none-any.whl (58.4 kB view details)

Uploaded Python 3

File details

Details for the file digitalkin_proto-0.0.2.tar.gz.

File metadata

  • Download URL: digitalkin_proto-0.0.2.tar.gz
  • Upload date:
  • Size: 40.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for digitalkin_proto-0.0.2.tar.gz
Algorithm Hash digest
SHA256 9253fa94ad01ac150fe3232832758f3c855a0709b6f65f55e9a96a22058be4ca
MD5 2683ead172ba4e635958cf69a4c34487
BLAKE2b-256 c71b78b855ef160ca2ed9567401891761f3b6669e0201a41cac746f19636b6e6

See more details on using hashes here.

File details

Details for the file digitalkin_proto-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for digitalkin_proto-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2f2c1ace1e9e2a0eebcb8d70583ff7f48cce2b6005e2ca55d93d68f42d62691f
MD5 f95fab03120305694109a449233a7a28
BLAKE2b-256 9109ec06a48081938705483afa53be9fe10a6ff062ec67121d0e0c5ef0696f69

See more details on using hashes here.

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