* chore: bump version. Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * docs: Update changelog with the release Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * docs: Use new `conversion` module over deprecated APIs. Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * docs: Also sort imports in README Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * docs: cleanup README and refereance latest Flask Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.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