CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
setup.py
capskip/__init__.py
capskip/_api_params.py
capskip/api.py
capskip/async_api.py
capskip/async_solver.py
capskip/exceptions.py
capskip/solver.py
capskip.egg-info/PKG-INFO
capskip.egg-info/SOURCES.txt
capskip.egg-info/dependency_links.txt
capskip.egg-info/requires.txt
capskip.egg-info/top_level.txt
docs/API_REFERENCE.md
docs/GETTING_STARTED.md
docs/TROUBLESHOOTING.md
docs/TUTORIAL.md
examples/async_example.py
examples/captcha.png
examples/image_captcha.py
examples/recaptcha.py
examples/turnstile.py
examples/verify_connection.py
tests/abstract.py
tests/abstract_async.py
tests/conftest.py
tests/test_async_normal.py
tests/test_async_recaptcha.py
tests/test_async_turnstile.py
tests/test_integration.py
tests/test_normal.py
tests/test_poll_parsing.py
tests/test_recaptcha.py
tests/test_submit_parsing.py
tests/test_turnstile.py