AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.cfg
setup.py
docs/.coverage
docs/Makefile
docs/authors.rst
docs/check_sphinx.py
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/ivy.cli.rst
docs/ivy.config.rst
docs/ivy.exceptions.rst
docs/ivy.plugin.rst
docs/ivy.rst
docs/ivy.utils.rst
docs/junit-docs-ci.xml
docs/modules.rst
docs/usage.rst
ivy/__init__.py
ivy/backend.py
ivy/context.py
ivy/context_provider.py
ivy/loop.py
ivy/workflow_manager.py
ivy/cli/__init__.py
ivy/cli/main.py
ivy/config/__init__.py
ivy/config/base_config.py
ivy/config/workflow_config_parallel.py
ivy/exceptions/__init__.py
ivy/exceptions/exceptions.py
ivy/plugin/__init__.py
ivy/plugin/base_plugin.py
ivy/plugin/parallel_plugin_collection.py
ivy/plugin/plugin_factory.py
ivy/plugin/range_map_plugin.py
ivy/plugin/show_stats.py
ivy/plugin/show_summary_stats.py
ivy/plugin/simple_square_plugin.py
ivy/plugin/sum_reduce_plugin.py
ivy/utils/__init__.py
ivy/utils/stop_criteria.py
ivy/utils/struct.py
ivy/utils/timing.py
ivy/utils/utils.py
ivy_wfengine.egg-info/PKG-INFO
ivy_wfengine.egg-info/SOURCES.txt
ivy_wfengine.egg-info/dependency_links.txt
ivy_wfengine.egg-info/entry_points.txt
ivy_wfengine.egg-info/not-zip-safe
ivy_wfengine.egg-info/top_level.txt
tests/__init__.py
tests/ctx_sensitive_test.py
tests/test_ContextProvider.py
tests/test_Loop.py
tests/test_ParallelPluginCollection.py
tests/test_Pickle.py
tests/test_PluginFactory.py
tests/test_SimplePlugin.py
tests/test_StopCriteria.py
tests/test_WorkflowManager.py
tests/test_WorkflowStruct.py
tests/test_cli.py
tests/test_context.py
tests/test_show_summary_stats_plugin.py
tests/test_utils.py
tests/config/__init__.py
tests/config/workflow_config.py
tests/config/workflow_config_args.py
tests/config/workflow_config_cli.py
tests/config/workflow_config_cust.py
tests/config/workflow_config_parallel.py
tests/config/workflow_config_simple.py
tests/plugin/__init__.py
tests/plugin/range_map_plugin.py
tests/plugin/simple_plugin.py
tests/plugin/simple_square_plugin.py
tests/plugin/sum_reduce_plugin.py