Metadata-Version: 2.1
Name: pubsub-pull-ce-subscriber
Version: 0.1.0
Summary: A script to pull CloudEvents from a Pub/Sub subscription and then push them to a designated sink
License: MIT
Author: AdE
Author-email: ade8850@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cloudevents (>=1.9.0,<2.0.0)
Requires-Dist: google-cloud-pubsub (>=2.17.1,<3.0.0)
Requires-Dist: structlog (>=23.1.0,<24.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# pubsub-ce-subscribe

A script to pull CloudEvents from a Pub/Sub subscription and then push them to a designated sink
