MANIFEST.in
README.md
setup.cfg
setup.py
hammock/__init__.py
hammock/api.py
hammock/client.py
hammock/common.py
hammock/converters.py
hammock/doc.py
hammock/exceptions.py
hammock/names.py
hammock/packages.py
hammock/policy.py
hammock/proxy.py
hammock/resource.py
hammock/resource_node.py
hammock/backends/__init__.py
hammock/backends/_aweb.py
hammock/backends/_falcon.py
hammock/backends/backend.py
hammock/cli/__init__.py
hammock/cli/app.py
hammock/cli/colors.py
hammock/cli/command.py
hammock/cli/command_manager.py
hammock/cli/interact.py
hammock/common_resources/__init__.py
hammock/common_resources/common.py
hammock/templates/__init__.py
hammock/templates/client/file.j2
hammock/templates/client/method.j2
hammock/templates/client/resource_class.j2
hammock/testing/__init__.py
hammock/testing/base.py
hammock/testing/server.py
hammock/types/__init__.py
hammock/types/args.py
hammock/types/credentials.py
hammock/types/file.py
hammock/types/func_spec.py
hammock/types/headers.py
hammock/types/http_base.py
hammock/types/request.py
hammock/types/response.py
hammock/types/url.py
hammock/wrappers/__init__.py
hammock/wrappers/_route.py
hammock/wrappers/_sink.py
hammock/wrappers/wrapper.py
hammock_rest.egg-info/PKG-INFO
hammock_rest.egg-info/SOURCES.txt
hammock_rest.egg-info/dependency_links.txt
hammock_rest.egg-info/requires.txt
hammock_rest.egg-info/top_level.txt
tests/cli/__init__.py
tests/cli/__main__.py
tests/cli/base.py
tests/resources1/__init__.py
tests/resources1/argument_types.py
tests/resources1/auth.py
tests/resources1/cli_ignored_resource.py
tests/resources1/cli_names.py
tests/resources1/client_methods.py
tests/resources1/dict.py
tests/resources1/exceptions.py
tests/resources1/files.py
tests/resources1/headers.py
tests/resources1/keyword_map.py
tests/resources1/keywords.py
tests/resources1/lists.py
tests/resources1/patterns.py
tests/resources1/policy.py
tests/resources1/redirect.py
tests/resources1/responses.py
tests/resources1/text.py
tests/resources1/variable_in_url.py
tests/resources1/cli_ignored_package/__init__.py
tests/resources1/cli_ignored_package/sub.py
tests/resources1/sub_modified/__init__.py
tests/resources1/sub_modified/sub.py
tests/resources1/sub_resource/__init__.py
tests/resources1/sub_resource/sub.py
tests/resources1/sub_resource/sub2.py
tests/resources1/sub_resource/nested/__init__.py
tests/resources1/sub_resource/nested/empty.py
tests/resources1/sub_resource/nested/sub.py
tests/resources1/sub_resource2/__init__.py
tests/resources1/sub_resource2/sub.py
tests/resources2/__init__.py
tests/resources2/list.py