MANIFEST.in
README.rst
classifiers.txt
setup.py
cli2/__init__.py
cli2/asyncio.py
cli2/cli.py
cli2/cli2.py
cli2/client.py
cli2/colors.py
cli2/configuration.py
cli2/decorators.py
cli2/display.py
cli2/lock.py
cli2/log.py
cli2/node.py
cli2/sphinx.py
cli2/table.py
cli2/test.py
cli2.egg-info/PKG-INFO
cli2.egg-info/SOURCES.txt
cli2.egg-info/dependency_links.txt
cli2.egg-info/entry_points.txt
cli2.egg-info/requires.txt
cli2.egg-info/top_level.txt
cli2/ansible/__init__.py
cli2/ansible/action.py
cli2/ansible/playbook.py
cli2/ansible/variables.py
cli2/examples/__init__.py
cli2/examples/client.py
cli2/examples/conf.py
cli2/examples/example.py
cli2/examples/example_obj.py
cli2/examples/nesting.py
cli2/examples/obj.py
cli2/examples/obj2.py
cli2/examples/test.py
tests/test_ansible.py
tests/test_ansible_variables.py
tests/test_asyncio.py
tests/test_cli.py
tests/test_client.py
tests/test_command.py
tests/test_configuration.py
tests/test_decorators.py
tests/test_display.py
tests/test_entry_point.py
tests/test_group.py
tests/test_inject.py
tests/test_lock.py
tests/test_node.py
tests/test_restful.py
tests/test_table.py