MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
sdklib/__init__.py
sdklib/__version__.py
sdklib/_exceptions.py
sdklib/compat.py
sdklib/shortcuts.py
sdklib.egg-info/PKG-INFO
sdklib.egg-info/SOURCES.txt
sdklib.egg-info/dependency_links.txt
sdklib.egg-info/not-zip-safe
sdklib.egg-info/requires.txt
sdklib.egg-info/top_level.txt
sdklib/behave/__init__.py
sdklib/behave/environment.py
sdklib/behave/requests.py
sdklib/behave/response.py
sdklib/behave/steps.py
sdklib/html/__init__.py
sdklib/html/base.py
sdklib/html/elem.py
sdklib/html/html.py
sdklib/http/__init__.py
sdklib/http/authorization.py
sdklib/http/base.py
sdklib/http/har.py
sdklib/http/headers.py
sdklib/http/methods.py
sdklib/http/renderers.py
sdklib/http/response.py
sdklib/http/session.py
sdklib/util/__init__.py
sdklib/util/design_pattern.py
sdklib/util/files.py
sdklib/util/logger.py
sdklib/util/parser.py
sdklib/util/structures.py
sdklib/util/times.py
sdklib/util/urls.py
sdklib/util/xmltodict.py
tests/__init__.py
tests/sample_sdk.py
tests/sample_sdk_https.py
tests/test_authorization.py
tests/test_design_pattern.py
tests/test_form_render.py
tests/test_har.py
tests/test_html.py
tests/test_html_elem.py
tests/test_http_context.py
tests/test_json_render.py
tests/test_multipart_render.py
tests/test_parser.py
tests/test_plain_text_render.py
tests/test_request_context.py
tests/test_response.py
tests/test_sdk_base.py
tests/test_sdklib.py
tests/test_sdklib_https.py
tests/test_session.py
tests/test_structures.py
tests/test_times.py
tests/test_urls.py