Skip to content

Commit ec0ae88

Browse files
author
Doug Davis
authored
Merge pull request #23 from duglin/editreadme
add helpful text to README
2 parents f51b5e4 + 6818ca3 commit ec0ae88

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Python SDK for [CloudEvents](https://github.com/cloudevents/spec)
22

3-
**NOTE: This SDK is still considered work in progress, things might (and will) break with every update.**
3+
## Status
4+
5+
This SDK is still considered a work in progress, therefore things might (and
6+
will) break with every update.
7+
8+
This SDK current supports the following versions of CloudEvents:
9+
- v0.2
10+
- v0.1
11+
12+
## Python SDK
413

514
Package **cloudevents** provides primitives to work with CloudEvents specification: https://github.com/cloudevents/spec.
615

@@ -138,3 +147,15 @@ the same API. It will use semantic versioning with following rules:
138147
* MAJOR version increments when backwards incompatible changes is introduced.
139148
* MINOR version increments when backwards compatible feature is introduced INCLUDING support for new CloudEvents version.
140149
* PATCH version increments when a backwards compatible bug fix is introduced.
150+
151+
## Community
152+
153+
- There are bi-weekly calls immediately following the [Serverless/CloudEvents
154+
call](https://github.com/cloudevents/spec#meeting-time) at
155+
9am PT (US Pacific). Which means they will typically start at 10am PT, but
156+
if the other call ends early then the SDK call will start early as well.
157+
See the [CloudEvents meeting minutes](https://docs.google.com/document/d/1OVF68rpuPK5shIHILK9JOqlZBbfe91RNzQ7u_P7YCDE/edit#)
158+
to determine which week will have the call.
159+
- Slack: #cloudeventssdk channel under
160+
[CNCF's Slack workspace](https://slack.cncf.io/).
161+
- Contact for additional information: Denis Makogon (`@denysmakogon` on slack).

0 commit comments

Comments
 (0)