cloudevents / sdk-python

Python SDK for CloudEvents
https://pypi.org/p/cloudevents/
Apache License 2.0
266 stars 53 forks source link

Feat/expose event attributes #195

Closed xSAVIKx closed 1 year ago

xSAVIKx commented 1 year ago

In this PR I have added a read-only get_attributes API to the CloudEvent instances. This allows for glancing at the attributes and their keys without using protected props or other hacky methods.