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.3.tar.gz
(69.5 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.3.tar.gz.
File metadata
- Download URL: spounge_proto_py-0.2.3.tar.gz
- Upload date:
- Size: 69.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e9f5eea7872ac95b25396807b8192cca2f1ec40230ae1d8430ff8e51e36959
|
|
| MD5 |
654585674e1e8d228af9ce948e820668
|
|
| BLAKE2b-256 |
b643bf49fb34448a1f68f115b2d2136a78e42a389fef9f5e6d9a6c6ced4a9e0b
|
File details
Details for the file spounge_proto_py-0.2.3-py3-none-any.whl.
File metadata
- Download URL: spounge_proto_py-0.2.3-py3-none-any.whl
- Upload date:
- Size: 171.1 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 |
2e0ae5509c9f51c1a9952ff4a7fea0baeed5c566406fa7d820dce6111dd77a7b
|
|
| MD5 |
00d3e31b1c9e731747a9037f9280ece6
|
|
| BLAKE2b-256 |
3e80dba455d0d0fca4a14bdfe17853df5fa0c7421a4d043cf4402f20435e5917
|