We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8773319 commit c61c3c2Copy full SHA for c61c3c2
README.md
@@ -16,6 +16,14 @@ This SDK current supports the following versions of CloudEvents:
16
17
Package **cloudevents** provides primitives to work with CloudEvents specification: https://github.com/cloudevents/spec.
18
19
+### Installing
20
+
21
+The CloudEvents SDK can be installed with pip:
22
23
+```
24
+pip install cloudevents
25
26
27
## Sending CloudEvents
28
29
Below we will provide samples on how to send cloudevents using the popular
0 commit comments