AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
desired_state/__init__.py
desired_state/cli.py
desired_state/client.py
desired_state/collection.py
desired_state/control.py
desired_state/control_fsm.py
desired_state/desired_state.py
desired_state/diff.py
desired_state/messages.py
desired_state/monitor.py
desired_state/reconciliation_fsm.py
desired_state/rule.py
desired_state/server.py
desired_state/server_fsm.py
desired_state/stream.py
desired_state/types.py
desired_state/util.py
desired_state/validate.py
desired_state.egg-info/PKG-INFO
desired_state.egg-info/SOURCES.txt
desired_state.egg-info/dependency_links.txt
desired_state.egg-info/entry_points.txt
desired_state.egg-info/not-zip-safe
desired_state.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
tests/__init__.py
tests/test_collection.py
tests/test_control.py
tests/test_desired_state.py
tests/test_diff.py
tests/test_messages.py
tests/test_rules.py
tests/test_selector.py
tests/test_validate.py
tests/util.py
tests/.pytest_cache/.gitignore
tests/.pytest_cache/CACHEDIR.TAG
tests/.pytest_cache/README.md
tests/.pytest_cache/v/cache/lastfailed
tests/.pytest_cache/v/cache/nodeids
tests/.pytest_cache/v/cache/stepwise
tests/rules/router_switch.yml
tests/rules/routers_simple.yml
tests/states/add_dict_value/A.yml
tests/states/add_dict_value/B.yml
tests/states/add_list_value/A.yml
tests/states/add_list_value/B.yml
tests/states/delete_value/A.yml
tests/states/delete_value/B.yml
tests/states/empty_add_item/A.yml
tests/states/empty_add_item/B.yml
tests/states/rename_item/A.yml
tests/states/rename_item/B.yml
tests/states/rename_key/A.yml
tests/states/rename_key/B.yml
tests/states/rename_key2/A.yml
tests/states/rename_key2/B.yml
tests/states/reorder_list/A.yml
tests/states/reorder_list/B.yml
tests/systems/empty_system/A.yml