Metadata-Version: 2.1
Name: gcloud-aio-pubsub-rpc
Version: 0.1.0
Summary: Google Cloud Asyncio PubSub RPC uses gcloud-aio-pubsub to deliver remote procedure calls over Google Cloud Platform Pub/Sub.
Home-page: https://github.com/cphoward/gcloud-aio-pubsub-rpc
License: Apache-2.0 license
Author: Casey Howard
Author-email: casey.p.howard@outlook.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Requires-Dist: cachetools (>=5.0.0,<6.0.0)
Requires-Dist: gcloud-aio-pubsub (>=5.0.0,<6.0.0)
Requires-Dist: prometheus-client (<1.0.0)
Project-URL: Repository, https://github.com/cphoward/gcloud-aio-pubsub-rpc
Description-Content-Type: text/markdown

# GCP Asyncio PubSub RPC Client

Google Cloud PubSub RPC Client is a lightweight Python package
designed for managing and orchestrating job submissions across
asynchronous environments using Google Cloud Pub/Sub. This package
facilitates seamless integration of job queues, providing tools to
submit jobs, and handle their responses
efficiently. With built-in support for Prometheus metrics, it allows
users to monitor job submission rates, success rates, processing
times, and more, ensuring optimal performance and reliability. Whether
you're handling sporadic tasks or managing continuous streams of jobs,
PubSub RPC Client ensures that your job processing is scalable,
efficient, and fully monitored.

## Getting Started

Go to the examples folder to see how to quickly get a sample client
and server up and running.

