MANIFEST.in
README.rst
setup.cfg
setup.py
curryproxy/__init__.py
curryproxy/errors.py
curryproxy/helpers.py
curryproxy/server.py
curryproxy.egg-info/PKG-INFO
curryproxy.egg-info/SOURCES.txt
curryproxy.egg-info/dependency_links.txt
curryproxy.egg-info/requires.txt
curryproxy.egg-info/top_level.txt
curryproxy/responses/__init__.py
curryproxy/responses/error_response.py
curryproxy/responses/metadata_response.py
curryproxy/responses/multiple_response.py
curryproxy/responses/response_base.py
curryproxy/responses/single_response.py
curryproxy/responses/status_response.py
curryproxy/routes/__init__.py
curryproxy/routes/endpoints_route.py
curryproxy/routes/forwarding_route.py
curryproxy/routes/route_base.py
curryproxy/routes/route_factory.py
curryproxy/routes/status_route.py
curryproxy/tests/__init__.py
curryproxy/tests/utils.py
curryproxy/tests/curryproxy/__init__.py
curryproxy/tests/curryproxy/CurryProxy/__init__.py
curryproxy/tests/curryproxy/CurryProxy/test___call__.py
curryproxy/tests/curryproxy/CurryProxy/test___init__.py
curryproxy/tests/curryproxy/CurryProxy/test__match_route.py
curryproxy/tests/curryproxy/CurryProxy/test__process_routes.py
curryproxy/tests/etc/logging.console.conf
curryproxy/tests/etc/routes.empty.json
curryproxy/tests/etc/routes.forwarding_address.json
curryproxy/tests/etc/routes.forwarding_addresses.json
curryproxy/tests/etc/routes.invalid_json.json
curryproxy/tests/helpers/__init__.py
curryproxy/tests/helpers/test_exception_wrapper.py
curryproxy/tests/helpers/test_profile_wrapper.py
curryproxy/tests/helpers/ReprString/__init__.py
curryproxy/tests/helpers/ReprString/test___repr__.py
curryproxy/tests/responses/__init__.py
curryproxy/tests/responses/error_response/__init__.py
curryproxy/tests/responses/error_response/ErrorResponse/__init__.py
curryproxy/tests/responses/error_response/ErrorResponse/test___init__.py
curryproxy/tests/responses/metadata_response/__init__.py
curryproxy/tests/responses/metadata_response/MetadataResponse/__init__.py
curryproxy/tests/responses/metadata_response/MetadataResponse/test___init__.py
curryproxy/tests/responses/multiple_response/__init__.py
curryproxy/tests/responses/multiple_response/MultipleResponse/__init__.py
curryproxy/tests/responses/multiple_response/MultipleResponse/test___init__.py
curryproxy/tests/responses/multiple_response/MultipleResponse/test__aggregate_responses.py
curryproxy/tests/responses/multiple_response/MultipleResponse/test__merge_responses.py
curryproxy/tests/responses/response_base/__init__.py
curryproxy/tests/responses/response_base/ResponseBase/__init__.py
curryproxy/tests/responses/response_base/ResponseBase/test__aggregate_response_bodies.py
curryproxy/tests/responses/response_base/ResponseBase/test__fix_content_encoding.py
curryproxy/tests/responses/response_base/ResponseBase/test__fix_date.py
curryproxy/tests/responses/response_base/ResponseBase/test__fix_headers.py
curryproxy/tests/responses/single_response/__init__.py
curryproxy/tests/responses/single_response/SingleResponse/__init__.py
curryproxy/tests/responses/single_response/SingleResponse/test___init__.py
curryproxy/tests/responses/status_response/__init__.py
curryproxy/tests/responses/status_response/StatusResponse/__init__.py
curryproxy/tests/responses/status_response/StatusResponse/test___init__.py
curryproxy/tests/routes/__init__.py
curryproxy/tests/routes/endpoints_route/__init__.py
curryproxy/tests/routes/endpoints_route/EndpointsRoute/__init__.py
curryproxy/tests/routes/endpoints_route/EndpointsRoute/test___call__.py
curryproxy/tests/routes/endpoints_route/EndpointsRoute/test___init__.py
curryproxy/tests/routes/endpoints_route/EndpointsRoute/test__create_forwarded_urls.py
curryproxy/tests/routes/endpoints_route/EndpointsRoute/test__find_pattern_for_request.py
curryproxy/tests/routes/forwarding_route/__init__.py
curryproxy/tests/routes/forwarding_route/ForwardingRoute/__init__.py
curryproxy/tests/routes/forwarding_route/ForwardingRoute/test___call__.py
curryproxy/tests/routes/forwarding_route/ForwardingRoute/test__create_forwarded_url.py
curryproxy/tests/routes/forwarding_route/ForwardingRoute/test__find_pattern_for_request.py
curryproxy/tests/routes/route_base/__init__.py
curryproxy/tests/routes/route_base/RouteBase/__init__.py
curryproxy/tests/routes/route_base/RouteBase/route_base_test.py
curryproxy/tests/routes/route_base/RouteBase/test___call__.py
curryproxy/tests/routes/route_base/RouteBase/test__find_pattern_for_request.py
curryproxy/tests/routes/route_base/RouteBase/test_match.py
curryproxy/tests/routes/route_factory/__init__.py
curryproxy/tests/routes/route_factory/test_parse_dict.py
curryproxy/tests/routes/status_route/__init__.py
curryproxy/tests/routes/status_route/StatusRoute/__init__.py
curryproxy/tests/routes/status_route/StatusRoute/test___call__.py
curryproxy/tests/routes/status_route/StatusRoute/test___init__.py
curryproxy/tests/routes/status_route/StatusRoute/test__find_pattern_for_request.py
tools/pip-requires
tools/test-requires