kncloudevents is a HTTP server for listening to Knative Eventing messages
- Documentation: https://kncloudevents.readthedocs.io.
- Source code: https://github.com/elegantmonkeys/python-kncloudevents
- Bug reports: https://github.com/elegantmonkeys/python-kncloudevents/issues
A lightweight package for doing the heavy lifting of setting up a cloudevents server for you! Just provide your function and it will be called on every new event with the event data.
- Uses the official cloudevents sdk for Python for parsing the incoming data
- Inspired by the Knative Golang project
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.