sdk-python/samples/http-image-cloudevents
Yurii Serhiichuk 18951808b1
chore: unify copyright with other SDKs and update/add it where needed. (#170)
* 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>
2022-07-11 12:56:07 -07:00
..
README.md Release v1.0.0 (#89) 2020-08-10 19:47:10 -07:00
client.py chore: unify copyright with other SDKs and update/add it where needed. (#170) 2022-07-11 12:56:07 -07:00
image_sample_server.py chore: unify copyright with other SDKs and update/add it where needed. (#170) 2022-07-11 12:56:07 -07:00
image_sample_test.py chore: unify copyright with other SDKs and update/add it where needed. (#170) 2022-07-11 12:56:07 -07:00
requirements.txt docs: add cloudevents module requirement in samples (#129) 2020-10-23 02:05:28 -05:00

README.md

Image Payloads Quickstart

Install dependencies:

pip3 install -r requirements.txt

Start server:

python3 image_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