.gitignore
AUTHORS
CODE_OF_CONDUCT.md
LICENSE
README.rst
__init__.py
plugins.py
pyproject.toml
requirements.txt
setup.py
tox.ini
socon_embedded/__init__.py
socon_embedded/_version.py
socon_embedded/exceptions.py
socon_embedded/managers.py
socon_embedded.egg-info/PKG-INFO
socon_embedded.egg-info/SOURCES.txt
socon_embedded.egg-info/dependency_links.txt
socon_embedded.egg-info/requires.txt
socon_embedded.egg-info/top_level.txt
socon_embedded/action/__init__.py
socon_embedded/action/call.py
socon_embedded/action/copy.py
socon_embedded/action/move.py
socon_embedded/builder/__init__.py
socon_embedded/builder/parser.py
socon_embedded/builder/result.py
socon_embedded/executor/__init__.py
socon_embedded/executor/app_executor.py
socon_embedded/executor/task_executor.py
socon_embedded/executor/task_result.py
socon_embedded/management/__init__.py
socon_embedded/management/commands/__init__.py
socon_embedded/management/commands/build.py
socon_embedded/management/commands/subcommands/__init__.py
socon_embedded/management/commands/subcommands/from_file.py
socon_embedded/schema/__init__.py
socon_embedded/schema/apps.py
socon_embedded/schema/base.py
socon_embedded/schema/task.py
socon_embedded/utils/__init__.py
socon_embedded/utils/converter.py
socon_embedded/utils/jinja.py
socon_embedded/utils/loader.py
socon_embedded/utils/parser.py
tests/conftest.py
tests/pytest.ini
tests/requirements.txt
tests/action/__init__.py
tests/action/test_call_command.py
tests/action/test_copy.py
tests/action/test_discover.py
tests/action/test_move.py
tests/commands/__init__.py
tests/commands/test_build_command.py
tests/commands/test_from_file.py
tests/commands/datafixtures/simple_app_config.yml
tests/commands/datafixtures/simple_app_with_task.yml
tests/executor/__init__.py
tests/executor/test_task_executor.py
tests/executor/test_task_result.py
tests/management/__init__.py
tests/management/config.py
tests/projects/__init__.py
tests/projects/test_project/__init__.py
tests/projects/test_project/action.py
tests/projects/test_project/builder.py
tests/projects/test_project/projects.py
tests/projects/test_project/management/config.py
tests/schema/__init__.py
tests/schema/test_app_registry.py
tests/schema/test_tasks.py
tests/schema/datafixtures/action_extra_args.yml
tests/schema/datafixtures/bad_action.yml
tests/schema/datafixtures/copy_schema.yml
tests/schema/datafixtures/multiple_valid_action.yml
tests/schema/datafixtures/no_action.yml
tests/schema/datafixtures/set_action.yml
tests/utils/__init__.py
tests/utils/test_splitter.py