LICENSE
README.md
pyproject.toml
setup.cfg
skivvy/__init__.py
skivvy/custom_matchers.py
skivvy/matchers.py
skivvy/skivvy.py
skivvy/skivvy_config.py
skivvy/verify.py
skivvy.egg-info/PKG-INFO
skivvy.egg-info/SOURCES.txt
skivvy.egg-info/dependency_links.txt
skivvy.egg-info/entry_points.txt
skivvy.egg-info/requires.txt
skivvy.egg-info/top_level.txt
skivvy/cfg/example.json
skivvy/examples/basic/1_check_first_post_user_id.json
skivvy/examples/basic/2_check_first_post_email.json
skivvy/examples/basic/3_check_amount_of_photos.json
skivvy/examples/basic/4_post_some_data.json
skivvy/examples/basic/5_check_data_in_array.json
skivvy/examples/basic/6_match_urls.json
skivvy/examples/more_advanced/4_inline_python_exp.json
skivvy/examples/more_advanced/5_download_and_validate_photo.json
skivvy/examples/more_advanced/6_match_regexp.json
skivvy/examples/more_advanced/http_headers/1_write_http_headers.json
skivvy/examples/more_advanced/http_headers/2_read_http_headers.json
skivvy/util/__init__.py
skivvy/util/dict_util.py
skivvy/util/file_util.py
skivvy/util/http_util.py
skivvy/util/log_util.py
skivvy/util/str_util.py