Skip to main content

Generated protobuf Python packages for Spounge AI ecosystem microservices

Project description

spounge-proto-py

Generated protobuf Python packages for Spounge AI ecosystem microservices.

Installation

pip install spounge-proto-py

Usage

# Import your generated protobuf modules
from api.v2 import auth_gateway_service_pb2
from auth.v2 import auth_service_pb2
from common.v1 import common_pb2

# Create requests
auth_request = auth_service_pb2.LoginRequest(
    email="user@example.com", 
    password="password"
)

# Use with gRPC
import grpc
from api.v2 import auth_gateway_service_pb2_grpc

channel = grpc.insecure_channel('localhost:8080')
client = auth_gateway_service_pb2_grpc.AuthGatewayServiceStub(channel)

Package Structure

Your protobuf modules are organized by domain and version:

  • api.v* - API Gateway interfaces
  • auth.v* - Authentication services
  • common.v* - Shared definitions
  • workflow.v* - Workflow orchestration
  • dashboard.v* - Analytics

License

MIT License

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

spounge_proto_py-0.2.2.tar.gz (69.3 kB view details)

Uploaded Source

Built Distribution

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

spounge_proto_py-0.2.2-py3-none-any.whl (170.5 kB view details)

Uploaded Python 3

File details

Details for the file spounge_proto_py-0.2.2.tar.gz.

File metadata

  • Download URL: spounge_proto_py-0.2.2.tar.gz
  • Upload date:
  • Size: 69.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for spounge_proto_py-0.2.2.tar.gz
Algorithm Hash digest
SHA256 a09b5c503d78c618053879eabf963532e8045cdc2746441b65d28c6e49346ad5
MD5 b6d319b80fa59b681a8292d551ebe194
BLAKE2b-256 99383a0bc0d170e71cea2d0c16ad11b25ef290997163cd0d36f65905ec854d44

See more details on using hashes here.

File details

Details for the file spounge_proto_py-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for spounge_proto_py-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 771e2ec6e8fc2aedb2f5c4111babd63d6a533502d464eae3da624dc0fd5053ff
MD5 adf15f641cc0ca268f44ac620bfda435
BLAKE2b-256 5f35b334cdfdccdb792c7da7f9946845b7fb00ff1b067c805e8803bc92c0ae7f

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