AUTHORS INSTALL LICENSE MANIFEST.in README requirements.txt setup.cfg setup.py Fabric.egg-info/PKG-INFO Fabric.egg-info/SOURCES.txt Fabric.egg-info/dependency_links.txt Fabric.egg-info/entry_points.txt Fabric.egg-info/requires.txt Fabric.egg-info/top_level.txt docs/changelog.rst docs/development.rst docs/faq.rst docs/index.rst docs/installation.rst docs/roadmap.rst docs/tutorial.rst docs/api/contrib/console.rst docs/api/contrib/django.rst docs/api/contrib/files.rst docs/api/contrib/project.rst docs/api/core/colors.rst docs/api/core/context_managers.rst docs/api/core/decorators.rst docs/api/core/network.rst docs/api/core/operations.rst docs/api/core/tasks.rst docs/api/core/utils.rst docs/usage/env.rst docs/usage/execution.rst docs/usage/fab.rst docs/usage/fabfiles.rst docs/usage/interactivity.rst docs/usage/library.rst docs/usage/output_controls.rst docs/usage/parallel.rst docs/usage/ssh.rst docs/usage/tasks.rst fabfile/__init__.py fabfile/docs.py fabfile/tag.py fabfile/utils.py fabric/__init__.py fabric/api.py fabric/auth.py fabric/colors.py fabric/context_managers.py fabric/decorators.py fabric/exceptions.py fabric/io.py fabric/job_queue.py fabric/main.py fabric/network.py fabric/operations.py fabric/sftp.py fabric/state.py fabric/task_utils.py fabric/tasks.py fabric/thread_handling.py fabric/utils.py fabric/version.py fabric/contrib/__init__.py fabric/contrib/console.py fabric/contrib/django.py fabric/contrib/files.py fabric/contrib/project.py tests/Python26SocketServer.py tests/fake_filesystem.py tests/integration.py tests/server.py tests/test_context_managers.py tests/test_contrib.py tests/test_decorators.py tests/test_main.py tests/test_network.py tests/test_operations.py tests/test_parallel.py tests/test_project.py tests/test_server.py tests/test_state.py tests/test_tasks.py tests/test_utils.py tests/test_version.py tests/utils.py tests/support/__init__.py tests/support/decorated_fabfile.py tests/support/decorated_fabfile_with_classbased_task.py tests/support/decorated_fabfile_with_modules.py tests/support/decorator_order.py tests/support/deep.py tests/support/default_task_submodule.py tests/support/default_tasks.py tests/support/docstring.py tests/support/explicit_fabfile.py tests/support/flat_alias.py tests/support/flat_aliases.py tests/support/implicit_fabfile.py tests/support/mapping.py tests/support/module_fabtasks.py tests/support/nested_alias.py tests/support/nested_aliases.py tests/support/submodule/__init__.py tests/support/submodule/subsubmodule/__init__.py tests/support/tree/__init__.py tests/support/tree/db.py tests/support/tree/system/__init__.py tests/support/tree/system/debian.py