MANIFEST.in
README.md
requirements.txt
setup.py
stoq/__init__.py
stoq/__main__.py
stoq/cli.py
stoq/core.py
stoq/data_classes.py
stoq/exceptions.py
stoq/installer.py
stoq/plugin_manager.py
stoq/utils.py
stoq/helpers/__init__.py
stoq/logs/stoq.log
stoq/plugins/__init__.py
stoq/plugins/archiver.py
stoq/plugins/base.py
stoq/plugins/connector.py
stoq/plugins/decorator.py
stoq/plugins/dispatcher.py
stoq/plugins/provider.py
stoq/plugins/worker.py
stoq/tests/__init__.py
stoq/tests/test_core.py
stoq/tests/test_helpers.py
stoq/tests/test_plugin_manager.py
stoq/tests/utils.py
stoq/tests/data/stoq.cfg
stoq/tests/data/invalid_plugins/incompatible_min_stoq_version/incompatible_min_stoq_version.py
stoq/tests/data/invalid_plugins/incompatible_min_stoq_version/incompatible_min_stoq_version.stoq
stoq/tests/data/invalid_plugins/invalid_config/invalid_config.py
stoq/tests/data/invalid_plugins/invalid_config/invalid_config.stoq
stoq/tests/data/invalid_plugins/missing_config_objects/missing_config_objects.py
stoq/tests/data/invalid_plugins/missing_config_objects/missing_config_objects.stoq
stoq/tests/data/invalid_plugins/missing_module/missing_module.stoq
stoq/tests/data/invalid_plugins/missing_plugin/missing_plugin.py
stoq/tests/data/invalid_plugins/missing_plugin/missing_plugin.stoq
stoq/tests/data/invalid_plugins/multiple_plugins_in_module/multiple_plugins_in_module.py
stoq/tests/data/invalid_plugins/multiple_plugins_in_module/multiple_plugins_in_module.stoq
stoq/tests/data/plugins/archiver/dummy_archiver/dummy_archiver.py
stoq/tests/data/plugins/archiver/dummy_archiver/dummy_archiver.stoq
stoq/tests/data/plugins/archiver/simple_archiver/simple_archiver.py
stoq/tests/data/plugins/archiver/simple_archiver/simple_archiver.stoq
stoq/tests/data/plugins/connector/dummy_connector/dummy_connector.py
stoq/tests/data/plugins/connector/dummy_connector/dummy_connector.stoq
stoq/tests/data/plugins/decorator/dummy_decorator/dummy_decorator.py
stoq/tests/data/plugins/decorator/dummy_decorator/dummy_decorator.stoq
stoq/tests/data/plugins/decorator/simple_decorator/simple_decorator.py
stoq/tests/data/plugins/decorator/simple_decorator/simple_decorator.stoq
stoq/tests/data/plugins/dispatcher/conditional_dispatcher/conditional_dispatcher.py
stoq/tests/data/plugins/dispatcher/conditional_dispatcher/conditional_dispatcher.stoq
stoq/tests/data/plugins/dispatcher/dummy_dispatcher/dummy_dispatcher.py
stoq/tests/data/plugins/dispatcher/dummy_dispatcher/dummy_dispatcher.stoq
stoq/tests/data/plugins/dispatcher/simple_dispatcher/simple_dispatcher.py
stoq/tests/data/plugins/dispatcher/simple_dispatcher/simple_dispatcher.stoq
stoq/tests/data/plugins/provider/dummy_provider/dummy_provider.py
stoq/tests/data/plugins/provider/dummy_provider/dummy_provider.stoq
stoq/tests/data/plugins/provider/simple_provider/simple_provider.py
stoq/tests/data/plugins/provider/simple_provider/simple_provider.stoq
stoq/tests/data/plugins/provider/simple_provider2/simple_provider2.py
stoq/tests/data/plugins/provider/simple_provider2/simple_provider2.stoq
stoq/tests/data/plugins/worker/configurable_worker/configurable_worker.py
stoq/tests/data/plugins/worker/configurable_worker/configurable_worker.stoq
stoq/tests/data/plugins/worker/dummy_worker/dummy_worker.py
stoq/tests/data/plugins/worker/dummy_worker/dummy_worker.stoq
stoq/tests/data/plugins/worker/extract_payload/extract_payload.py
stoq/tests/data/plugins/worker/extract_payload/extract_payload.stoq
stoq/tests/data/plugins/worker/multiclass_plugin/multiclass_plugin.py
stoq/tests/data/plugins/worker/multiclass_plugin/multiclass_plugin.stoq
stoq/tests/data/plugins/worker/simple_worker/simple_worker.py
stoq/tests/data/plugins/worker/simple_worker/simple_worker.stoq
stoq/tests/data/plugins2/worker/dummy_worker/dummy_worker.py
stoq/tests/data/plugins2/worker/dummy_worker/dummy_worker.stoq
stoq/tests/data/plugins2/worker/dummy_worker2/dummy_worker2.py
stoq/tests/data/plugins2/worker/dummy_worker2/dummy_worker2.stoq
stoq_framework.egg-info/PKG-INFO
stoq_framework.egg-info/SOURCES.txt
stoq_framework.egg-info/dependency_links.txt
stoq_framework.egg-info/entry_points.txt
stoq_framework.egg-info/requires.txt
stoq_framework.egg-info/top_level.txt