.gitignore
.gitlab-ci.yml
.packit.yaml
CHANGES
COPYING
MAINTAINERS
Makefile
NEWS
README.md
configure
dogtail.spec
epydoc.conf
pyproject.toml
.fmf/version
.vscode/settings.json
dogtail/__init__.py
dogtail/config.ini
dogtail/config.py
dogtail/distro.py
dogtail/dump.py
dogtail/errors.py
dogtail/logging.py
dogtail/ponytail_helper.py
dogtail/predicate.py
dogtail/rawinput.py
dogtail/tree.py
dogtail/utils.py
dogtail/version.py
dogtail.egg-info/PKG-INFO
dogtail.egg-info/SOURCES.txt
dogtail.egg-info/dependency_links.txt
dogtail.egg-info/entry_points.txt
dogtail.egg-info/requires.txt
dogtail.egg-info/top_level.txt
dogtail/accessibles/__init__.py
dogtail/accessibles/accessible_actions.py
dogtail/accessibles/accessible_component.py
dogtail/accessibles/accessible_editable_text.py
dogtail/accessibles/accessible_hypertext.py
dogtail/accessibles/accessible_image.py
dogtail/accessibles/accessible_object.py
dogtail/accessibles/accessible_root.py
dogtail/accessibles/accessible_selection.py
dogtail/accessibles/accessible_state.py
dogtail/accessibles/accessible_table.py
dogtail/accessibles/accessible_table_cell.py
dogtail/accessibles/accessible_text.py
dogtail/accessibles/accessible_utilities.py
dogtail/accessibles/accessible_value.py
dogtail/scripts/__init__.py
dogtail/scripts/dogtail_create_config.py
dogtail/scripts/dogtail_get_config.py
dogtail/scripts/dogtail_headless.py
examples/atspi_events_listener_script.py
examples/gnome_shell_stress_test_tree_api.py
examples/text_editor_utf8_tree_api.py
examples/data/UTF-8-demo.txt
icons/dogtail-head-48.png
icons/dogtail-head.svg
icons/dogtail-tail-48.png
icons/dogtail-tail.svg
tests/__init__.py
tests/main.fmf
tests/test_config.py
tests/test_gtk_demo.py
tests/test_predicate.py
tests/test_rawinput.py
tests/test_rawinput_drag.py
tests/test_rawinput_keyboard_gtk3.py
tests/test_rawinput_keyboard_gtk4.py
tests/test_rawinput_mouse_buttons_gtk3.py
tests/test_rawinput_mouse_buttons_gtk4.py
tests/test_tree_gtk3.py
tests/test_tree_gtk4.py
tests/test_tree_search_gtk3.py
tests/test_tree_search_gtk4.py
tests/test_tree_selection_gtk3.py
tests/test_tree_selection_gtk4.py
tests/test_tree_states_gtk3.py
tests/test_tree_states_gtk4.py
tests/test_tree_string_representation_gtk3.py
tests/test_tree_string_representation_gtk4.py
tests/test_tree_value_gtk3.py
tests/test_tree_value_gtk4.py
tests/test_utils_accessibility.py
tests/test_utils_delay.py
tests/test_utils_lock.py
tests/test_utils_run_gtk3.py
tests/test_utils_run_gtk4.py
tests/test_version.py