* chore: unify copyright with other SDKs and update/add it where needed. Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * docs: update changelog Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * style: Add missing empty line. Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
client.py | ||
json_sample_server.py | ||
json_sample_test.py | ||
requirements.txt |
README.md
Quickstart
Install dependencies:
pip3 install -r requirements.txt
Start server:
python3 json_sample_server.py
In a new shell, run the client code which sends a structured and binary cloudevent to your local server:
python3 client.py http://localhost:3000/
Test
pytest