.gitignore
Jenkinsfile
README.md
constraints.txt
pyproject.toml
tox.ini
examples/mygenerator.py
examples/rec_app.py
examples/rec_app.yaml
examples/csv_publisher/app.yaml
examples/csv_publisher/csv_publisher.py
examples/csv_publisher/data.csv
examples/data_tags/app.yaml
examples/data_tags/main.py
examples/evidence/app.yaml
examples/evidence/main.py
examples/example/app.yaml
examples/example/example.py
examples/random_publisher/app.yaml
examples/random_publisher/random_publisher.py
examples/windows/hopping-window/.dockerignore
examples/windows/hopping-window/Dockerfile
examples/windows/hopping-window/app.yaml
examples/windows/hopping-window/data.csv
examples/windows/hopping-window/main.py
examples/windows/hopping-window/requirements.txt
examples/windows/rolling-window/.dockerignore
examples/windows/rolling-window/Dockerfile
examples/windows/rolling-window/app.yaml
examples/windows/rolling-window/data.csv
examples/windows/rolling-window/main.py
examples/windows/rolling-window/requirements.txt
examples/windows/tumbling-window/.dockerignore
examples/windows/tumbling-window/Dockerfile
examples/windows/tumbling-window/app.yaml
examples/windows/tumbling-window/data.csv
examples/windows/tumbling-window/main.py
examples/windows/tumbling-window/requirements.txt
kelvin/logs.py
kelvin/application/__init__.py
kelvin/application/client.py
kelvin/application/config.py
kelvin/application/filters.py
kelvin/application/stream.py
kelvin/application/window.py
kelvin/krn/__init__.py
kelvin/krn/krn.py
kelvin/message/__init__.py
kelvin/message/base_messages.py
kelvin/message/evidences.py
kelvin/message/krn.py
kelvin/message/message.py
kelvin/message/msg_builders.py
kelvin/message/msg_type.py
kelvin/message/primitives.py
kelvin/message/utils.py
kelvin/publisher/__init__.py
kelvin/publisher/main.py
kelvin/publisher/publisher.py
kelvin_python_sdk.egg-info/PKG-INFO
kelvin_python_sdk.egg-info/SOURCES.txt
kelvin_python_sdk.egg-info/dependency_links.txt
kelvin_python_sdk.egg-info/entry_points.txt
kelvin_python_sdk.egg-info/requires.txt
kelvin_python_sdk.egg-info/top_level.txt
tests/test_client.py
tests/test_client_calbacks.py
tests/test_filters.py
tests/test_krn.py
tests/test_message.py
tests/test_message_builders.py
tests/test_utils.py
tests/test_window.py