LICENSE.md
README.md
pyproject.toml
setup.py
cogflow_lite/__init__.py
cogflow_lite/cogflow_lite_config.ini
cogflow_lite/plugin_config.py
cogflow_lite/pluginerrors.py
cogflow_lite/pluginmanager.py
cogflow_lite/util.py
cogflow_lite.egg-info/PKG-INFO
cogflow_lite.egg-info/SOURCES.txt
cogflow_lite.egg-info/dependency_links.txt
cogflow_lite.egg-info/requires.txt
cogflow_lite.egg-info/top_level.txt
cogflow_lite/kafka/__init__.py
cogflow_lite/kafka/consumer.py
cogflow_lite/kafka/producer.py
cogflow_lite/plugins/dataset_plugin.py
cogflow_lite/plugins/kubeflowplugin.py
cogflow_lite/plugins/message_broker_dataset_plugin.py
cogflow_lite/plugins/mlflowplugin.py
cogflow_lite/plugins/notebook_plugin.py
cogflow_lite/schema/__init__.py
cogflow_lite/schema/message_broker_metadata.py
cogflow_lite/v2/__init__.py
tests/__init__.py
tests/test_dataset_plugin.py
tests/test_kubeflowplugin.py
tests/test_mlflowplugin.py
tests/test_notebook_plugin.py
tests/test_plugin_manager.py