LICENSE
README.md
pyproject.toml
awx_tui/__init__.py
awx_tui/app.py
awx_tui/app.tcss
awx_tui/client.py
awx_tui/config.py
awx_tui/instance_manager.py
awx_tui/main.py
awx_tui/mock_data.py
awx_tui/ping_checker.py
awx_tui/reload.py
awx_tui.egg-info/PKG-INFO
awx_tui.egg-info/SOURCES.txt
awx_tui.egg-info/dependency_links.txt
awx_tui.egg-info/entry_points.txt
awx_tui.egg-info/requires.txt
awx_tui.egg-info/top_level.txt
awx_tui/dashboards/__init__.py
awx_tui/dashboards/base.py
awx_tui/dashboards/classic/__init__.py
awx_tui/dashboards/classic/classic.tcss
awx_tui/dashboards/classic/dashboard.py
awx_tui/dashboards/sleek/__init__.py
awx_tui/dashboards/sleek/dashboard.py
awx_tui/dashboards/sleek/sleek.tcss
awx_tui/dashboards/sleek/panels/__init__.py
awx_tui/dashboards/sleek/panels/groups.py
awx_tui/dashboards/sleek/panels/health.py
awx_tui/dashboards/sleek/panels/instances.py
awx_tui/dashboards/sleek/panels/job_status.py
awx_tui/dashboards/sleek/panels/jobs.py
awx_tui/dashboards/sleek/panels/loaflet.py
awx_tui/dashboards/sleek/panels/stats.py
awx_tui/dashboards/sleek/widgets/__init__.py
awx_tui/dashboards/sleek/widgets/border_panel.py
awx_tui/dashboards/sleek/widgets/border_styles.py
awx_tui/modals/__init__.py
awx_tui/modals/api_detail.py
awx_tui/modals/confirm_cancel.py
awx_tui/modals/confirm_launch.py
awx_tui/modals/confirm_relaunch.py
awx_tui/modals/confirm_remove_host.py
awx_tui/modals/confirm_sync.py
awx_tui/modals/host_edit.py
awx_tui/modals/info.py
awx_tui/modals/job_detail.py
awx_tui/modals/json_preview.py
awx_tui/modals/task_export.py
awx_tui/screens/__init__.py
awx_tui/screens/active_jobs.py
awx_tui/screens/active_jobs.tcss
awx_tui/screens/advanced_api_mode.py
awx_tui/screens/advanced_api_mode.tcss
awx_tui/screens/create_credential.py
awx_tui/screens/create_hosts.py
awx_tui/screens/create_inventory.py
awx_tui/screens/create_job_template.py
awx_tui/screens/create_menu.py
awx_tui/screens/create_project.py
awx_tui/screens/debug_console.py
awx_tui/screens/historic_jobs.py
awx_tui/screens/historic_jobs.tcss
awx_tui/screens/instance_selection.py
awx_tui/screens/inventories.py
awx_tui/screens/inventories.tcss
awx_tui/screens/projects.py
awx_tui/screens/projects.tcss
awx_tui/screens/templates.py
awx_tui/screens/templates.tcss
awx_tui/screens/the_loaf.py
awx_tui/screens/the_network_queue.py
awx_tui/screens/update_inventory.py
awx_tui/screens/update_job_template.py
awx_tui/screens/update_project.py
awx_tui/utils/__init__.py
awx_tui/utils/ansible_mapper.py
awx_tui/utils/formatting.py
tests/test_advanced_api_mode.py
tests/test_ansible_mapper.py
tests/test_basic.py
tests/test_client.py
tests/test_config.py
tests/test_instance_manager.py
tests/test_json_preview.py
tests/test_task_export.py