MANIFEST.in
README.txt
ez_setup.py
setup.py
version.txt
documentation/_build_typeables.py
documentation/actions.txt
documentation/clipboard.txt
documentation/compound.txt
documentation/conf.py
documentation/context.txt
documentation/engines.txt
documentation/features.txt
documentation/grammar.txt
documentation/grammarclasses.txt
documentation/index.txt
documentation/installation.txt
documentation/introduction.txt
documentation/misc.txt
documentation/objectmodel.txt
documentation/reference.txt
documentation/ruleclasses.txt
documentation/windows.txt
dragonfly/__init__.py
dragonfly/all.py
dragonfly/config.py
dragonfly/license.txt
dragonfly/log.py
dragonfly/parser.py
dragonfly/test_parser.py
dragonfly/timer.py
dragonfly.egg-info/PKG-INFO
dragonfly.egg-info/SOURCES.txt
dragonfly.egg-info/dependency_links.txt
dragonfly.egg-info/not-zip-safe
dragonfly.egg-info/requires.txt
dragonfly.egg-info/top_level.txt
dragonfly/actions/__init__.py
dragonfly/actions/_generate_typeables.py
dragonfly/actions/action_base.py
dragonfly/actions/action_focuswindow.py
dragonfly/actions/action_function.py
dragonfly/actions/action_key.py
dragonfly/actions/action_mimic.py
dragonfly/actions/action_mouse.py
dragonfly/actions/action_paste.py
dragonfly/actions/action_pause.py
dragonfly/actions/action_playback.py
dragonfly/actions/action_text.py
dragonfly/actions/action_waitwindow.py
dragonfly/actions/actions.py
dragonfly/actions/keyboard.py
dragonfly/actions/sendinput.py
dragonfly/actions/typeables.py
dragonfly/documentation/actionkey.html
dragonfly/documentation/actions.html
dragonfly/documentation/actiontext.html
dragonfly/documentation/clipboard.html
dragonfly/documentation/compound.html
dragonfly/documentation/context.html
dragonfly/documentation/engines.html
dragonfly/documentation/features.html
dragonfly/documentation/genindex.html
dragonfly/documentation/grammar.html
dragonfly/documentation/grammarclasses.html
dragonfly/documentation/index.html
dragonfly/documentation/installation.html
dragonfly/documentation/introduction.html
dragonfly/documentation/misc.html
dragonfly/documentation/modindex.html
dragonfly/documentation/objectmodel.html
dragonfly/documentation/objects.inv
dragonfly/documentation/reference.html
dragonfly/documentation/ruleclasses.html
dragonfly/documentation/search.html
dragonfly/documentation/searchindex.js
dragonfly/documentation/searchindex.json
dragonfly/documentation/windows.html
dragonfly/documentation/.doctrees/actionkey.doctree
dragonfly/documentation/.doctrees/actions.doctree
dragonfly/documentation/.doctrees/actiontext.doctree
dragonfly/documentation/.doctrees/clipboard.doctree
dragonfly/documentation/.doctrees/compound.doctree
dragonfly/documentation/.doctrees/context.doctree
dragonfly/documentation/.doctrees/engines.doctree
dragonfly/documentation/.doctrees/environment.pickle
dragonfly/documentation/.doctrees/features.doctree
dragonfly/documentation/.doctrees/grammar.doctree
dragonfly/documentation/.doctrees/grammarclasses.doctree
dragonfly/documentation/.doctrees/index.doctree
dragonfly/documentation/.doctrees/installation.doctree
dragonfly/documentation/.doctrees/introduction.doctree
dragonfly/documentation/.doctrees/misc.doctree
dragonfly/documentation/.doctrees/objectmodel.doctree
dragonfly/documentation/.doctrees/reference.doctree
dragonfly/documentation/.doctrees/ruleclasses.doctree
dragonfly/documentation/.doctrees/windows.doctree
dragonfly/documentation/_sources/actionkey.txt
dragonfly/documentation/_sources/actions.txt
dragonfly/documentation/_sources/actiontext.txt
dragonfly/documentation/_sources/clipboard.txt
dragonfly/documentation/_sources/compound.txt
dragonfly/documentation/_sources/context.txt
dragonfly/documentation/_sources/engines.txt
dragonfly/documentation/_sources/features.txt
dragonfly/documentation/_sources/grammar.txt
dragonfly/documentation/_sources/grammarclasses.txt
dragonfly/documentation/_sources/index.txt
dragonfly/documentation/_sources/installation.txt
dragonfly/documentation/_sources/introduction.txt
dragonfly/documentation/_sources/misc.txt
dragonfly/documentation/_sources/objectmodel.txt
dragonfly/documentation/_sources/reference.txt
dragonfly/documentation/_sources/ruleclasses.txt
dragonfly/documentation/_sources/windows.txt
dragonfly/documentation/_static/contents.png
dragonfly/documentation/_static/default.css
dragonfly/documentation/_static/doctools.js
dragonfly/documentation/_static/file.png
dragonfly/documentation/_static/interface.js
dragonfly/documentation/_static/jquery.js
dragonfly/documentation/_static/minus.png
dragonfly/documentation/_static/navigation.png
dragonfly/documentation/_static/plus.png
dragonfly/documentation/_static/pygments.css
dragonfly/documentation/_static/rightsidebar.css
dragonfly/documentation/_static/searchtools.js
dragonfly/documentation/_static/sphinxdoc.css
dragonfly/documentation/_static/stickysidebar.css
dragonfly/documentation/_static/traditional.css
dragonfly/engines/__init__.py
dragonfly/engines/compiler_base.py
dragonfly/engines/compiler_natlink.py
dragonfly/engines/compiler_sapi5.py
dragonfly/engines/dictation_base.py
dragonfly/engines/dictation_natlink.py
dragonfly/engines/dictation_sapi5.py
dragonfly/engines/engine.py
dragonfly/engines/engine_base.py
dragonfly/engines/engine_natlink.py
dragonfly/engines/engine_sapi5.py
dragonfly/engines/recobs_base.py
dragonfly/engines/recobs_natlink.py
dragonfly/examples/_fruit_toggle.py
dragonfly/examples/dragonfly-main.py
dragonfly/examples/notepad_example.py
dragonfly/examples/notepad_foodgroups.py
dragonfly/examples/outlook_example.py
dragonfly/grammar/__init__.py
dragonfly/grammar/_test_context.py
dragonfly/grammar/compiler.py
dragonfly/grammar/context.py
dragonfly/grammar/digits_base.py
dragonfly/grammar/elements.py
dragonfly/grammar/elements_basic.py
dragonfly/grammar/elements_compound.py
dragonfly/grammar/grammar.py
dragonfly/grammar/grammar_base.py
dragonfly/grammar/grammar_connection.py
dragonfly/grammar/integer_base.py
dragonfly/grammar/integer_en.py
dragonfly/grammar/list.py
dragonfly/grammar/natlinkmain.py
dragonfly/grammar/number.py
dragonfly/grammar/number_base.py
dragonfly/grammar/number_en.py
dragonfly/grammar/number_nl.py
dragonfly/grammar/recobs.py
dragonfly/grammar/rule_base.py
dragonfly/grammar/rule_compound.py
dragonfly/grammar/rule_mapping.py
dragonfly/grammar/state.py
dragonfly/grammar/test_compiler.py
dragonfly/grammar/wordinfo.py
dragonfly/language/__init__.py
dragonfly/language/base/__init__.py
dragonfly/language/base/digits_base.py
dragonfly/language/base/integer_base.py
dragonfly/language/base/number_base.py
dragonfly/language/en/__init__.py
dragonfly/language/en/calendar.py
dragonfly/language/en/number.py
dragonfly/language/nl/__init__.py
dragonfly/language/nl/number_nl.py
dragonfly/windows/__init__.py
dragonfly/windows/clipboard.py
dragonfly/windows/control_base.py
dragonfly/windows/control_button.py
dragonfly/windows/control_output.py
dragonfly/windows/cursor.py
dragonfly/windows/dialog_base.py
dragonfly/windows/example_dialog.py
dragonfly/windows/monitor.py
dragonfly/windows/point.py
dragonfly/windows/rectangle.py
dragonfly/windows/window.py