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 interfacesauth.v*- Authentication servicescommon.v*- Shared definitionsworkflow.v*- Workflow orchestrationdashboard.v*- Analytics
License
MIT License
Project details
Release history Release notifications | RSS feed
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.0.tar.gz
(67.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spounge_proto_py-0.2.0.tar.gz.
File metadata
- Download URL: spounge_proto_py-0.2.0.tar.gz
- Upload date:
- Size: 67.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0914e016a160a48b860c73ca182e1f1547efd1c9029c15772f9454f277e9b5b
|
|
| MD5 |
f92e4e8edb5cc2d0645f587d86935fe2
|
|
| BLAKE2b-256 |
50ebec79d7788e6cf27f6d2230176a028d1e86ae0b7b862ef308f55fc4613c3f
|
File details
Details for the file spounge_proto_py-0.2.0-py3-none-any.whl.
File metadata
- Download URL: spounge_proto_py-0.2.0-py3-none-any.whl
- Upload date:
- Size: 161.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26f9f75e0458ba98251e2cf2385f577807d17bf00720c898c6e580573c21f5c3
|
|
| MD5 |
4b33f79da02dcbeeb163409f838fd0bb
|
|
| BLAKE2b-256 |
e171e1b78fc9a4f893e167013511f9074c90253412ece97dae44499ed18238c3
|