CHANGELOG
LICENSE
MANIFEST.in
README.rst
da.bash
devassistant.desktop
requirements-devel.txt
requirements-py2.txt
requirements.txt
setup.py
appdata/devassistant.appdata.xml
devassistant/__init__.py
devassistant/actions.py
devassistant/argument.py
devassistant/assistant_base.py
devassistant/bin.py
devassistant/cache.py
devassistant/command_helpers.py
devassistant/command_runners.py
devassistant/config_manager.py
devassistant/excepthook.py
devassistant/exceptions.py
devassistant/lang.py
devassistant/loaded_yaml.py
devassistant/logger.py
devassistant/package_managers.py
devassistant/path_runner.py
devassistant/remote_auth.py
devassistant/settings.py
devassistant/sigint_handler.py
devassistant/snippet.py
devassistant/utils.py
devassistant/yaml_assistant.py
devassistant/yaml_assistant_loader.py
devassistant/yaml_checker.py
devassistant/yaml_loader.py
devassistant/yaml_snippet_loader.py
devassistant.egg-info/PKG-INFO
devassistant.egg-info/SOURCES.txt
devassistant.egg-info/dependency_links.txt
devassistant.egg-info/entry_points.txt
devassistant.egg-info/requires.txt
devassistant.egg-info/top_level.txt
devassistant/cli/__init__.py
devassistant/cli/argparse_generator.py
devassistant/cli/cli_runner.py
devassistant/cli/devassistant_argparse.py
devassistant/dapi/__init__.py
devassistant/dapi/dapicli.py
devassistant/dapi/dapver.py
devassistant/dapi/licenses.py
devassistant/dapi/platforms.py
devassistant/gui/__init__.py
devassistant/gui/devel-assistant.glade
devassistant/gui/devel-yaml.glade
devassistant/gui/gui_helper.py
devassistant/gui/main_window.py
devassistant/gui/path_window.py
devassistant/gui/run_window.py
docs/Makefile
docs/assistant-roles.txt
docs/brief-intro.txt
docs/conf.py
docs/developer_documentation.rst
docs/index.rst
docs/user_documentation.rst
docs/developer_documentation/command_reference.rst
docs/developer_documentation/contributing.rst
docs/developer_documentation/create_assistant.rst
docs/developer_documentation/devassistant_core.rst
docs/developer_documentation/dot_devassistant.rst
docs/developer_documentation/project_types.rst
docs/developer_documentation/create_assistant/common-rules.txt
docs/developer_documentation/create_assistant/common_assistant_behaviour.rst
docs/developer_documentation/create_assistant/packaging_and_distributing.rst
docs/developer_documentation/create_assistant/pingpong.rst
docs/developer_documentation/create_assistant/terminology-note.txt
docs/developer_documentation/create_assistant/yaml.rst
docs/developer_documentation/create_assistant/pingpong/how_it_works_reference.rst
docs/developer_documentation/create_assistant/pingpong/tutorial_general.rst
docs/developer_documentation/create_assistant/pingpong/tutorial_python.rst
docs/developer_documentation/create_assistant/yaml/dsl_reference.rst
docs/developer_documentation/create_assistant/yaml/run_sections_reference.rst
docs/developer_documentation/create_assistant/yaml/snippets.rst
docs/developer_documentation/create_assistant/yaml/tutorial.rst
features/complex_runs.feature
features/environment.py
features/tabs.feature
features/data/assistants/crt/creator1.yaml
features/data/assistants/extra/extra1.yaml
features/data/assistants/prep/preparer1.yaml
features/data/assistants/twk/tweak1.yaml
features/data/icons/crt/creator1.svg
features/steps/__init__.py
features/steps/steps.py
icons/HighContrast/16x16/devassistant.png
icons/HighContrast/22x22/devassistant.png
icons/HighContrast/24x24/devassistant.png
icons/HighContrast/256x256/devassistant.png
icons/HighContrast/32x32/devassistant.png
icons/HighContrast/48x48/devassistant.png
icons/hicolor/16x16/devassistant.png
icons/hicolor/22x22/devassistant.png
icons/hicolor/24x24/devassistant.png
icons/hicolor/256x256/devassistant.png
icons/hicolor/32x32/devassistant.png
icons/hicolor/48x48/devassistant.png
manpages/da-gui.1
manpages/da-gui.txt
manpages/da.1
manpages/da.txt
manpages/devassistant-gui.1
manpages/devassistant.1
manpages/generate_man.py
polkit/da_auth
polkit/devassistant_auth.policy
test/__init__.py
test/fake_assistants.py
test/logger.py
test/test_actions.py
test/test_argument.py
test/test_assistant_base.py
test/test_cache.py
test/test_command_helpers.py
test/test_command_runners.py
test/test_config_manager.py
test/test_devassistant_gui.py
test/test_lang.py
test/test_logger.py
test/test_package_managers.py
test/test_snippet.py
test/test_utils.py
test/test_yaml_assistant.py
test/test_yaml_assistant_loader.py
test/test_yaml_loader.py
test/test_yaml_snippet_loader.py
test/cli/test_argparse_generator.py
test/dapi/test_dap.py
test/dapi/test_dapicli.py
test/dapi/test_dapver.py
test/fixtures/.cache.yaml
test/fixtures/addme.yaml
test/fixtures/addme_change_fullname.yaml
test/fixtures/addme_change_snippet.yaml
test/fixtures/addme_snippet.yaml
test/fixtures/addme_snippet_changed.yaml
test/fixtures/empty.yaml
test/fixtures/long_cat
test/fixtures/proc_with_closed_stdout.py
test/fixtures/assistants/crt/c.yaml
test/fixtures/assistants/crt/f.yaml
test/fixtures/assistants/crt/c/d.yaml
test/fixtures/assistants/crt/c/e.yaml
test/fixtures/assistants/crt/f/g.yaml
test/fixtures/assistants_malformed/crt/a1.yaml
test/fixtures/assistants_malformed/crt/a2.yaml
test/fixtures/assistants_malformed/crt/a3.yaml
test/fixtures/assistants_with_snippet_problems/crt/no_arg_in_snippet.yaml
test/fixtures/assistants_with_snippet_problems/crt/no_snippet_for_arg.yaml
test/fixtures/dapi/daps/bz2.dap
test/fixtures/dapi/daps/no_meta.dap
test/fixtures/dapi/daps/dependencies/good-1.0.0.dap
test/fixtures/dapi/daps/dependencies/invalid-1.0.0.dap
test/fixtures/dapi/daps/dependencies/self-1.0.0.dap
test/fixtures/dapi/daps/empty_dirs/foo-1.0.0.dap
test/fixtures/dapi/daps/meta_only/bad_version-0.1.dap
test/fixtures/dapi/daps/meta_only/bar.dap
test/fixtures/dapi/daps/meta_only/foo-1.0.0.dap
test/fixtures/dapi/daps/meta_only/foo.dap
test/fixtures/dapi/daps/no_toplevel/foo-1.0.0.dap
test/fixtures/dapi/daps/outside_toplevel/foo-1.0.0.dap
test/fixtures/dapi/daps/wrong_files/foo-1.0.0.dap
test/fixtures/dapi/yamls/meta.yaml
test/fixtures/doc/c/LICENSE
test/fixtures/doc/c/doc1
test/fixtures/doc/c/something/foo/doc2
test/fixtures/files/jinja_template.py
test/fixtures/files/jinja_template.py.tpl
test/fixtures/files/crt/commands/a.py
test/fixtures/files/crt/commands/a.pyc
test/fixtures/files/crt/commands/log.py
test/fixtures/files/crt/commands/log.pyc
test/fixtures/files/crt/commands/__pycache__/a.cpython-34.pyc
test/fixtures/files/crt/commands/__pycache__/log.cpython-34.pyc
test/fixtures/files/dirwithmoretemplates/asd.tpl
test/fixtures/files/dirwithmoretemplates/foo/sdf.tpl
test/fixtures/icons/crt/c.svg
test/fixtures/icons/crt/f.png
test/fixtures/meta/c.yaml
test/fixtures/meta/f.yaml
test/fixtures/pingpong/no_return.py
test/fixtures/pingpong/ok_run.py
test/fixtures/pingpong/tracebacks.py
test/fixtures/pingpong/__pycache__/traceback.cpython-34.pyc
test/fixtures/snippets/snippet1.yaml
test/fixtures/snippets/snippet2.yaml
test/fixtures/snippets/snippetd/subdir/snippet1.yaml
test/fixtures/snippets_malformed/snippet1.yaml