LICENSE
MANIFEST.in
README.md
pyproject.toml
src/python3_anticaptcha/__init__.py
src/python3_anticaptcha/__version__.py
src/python3_anticaptcha/config.py
src/python3_anticaptcha/control.py
src/python3_anticaptcha/custom_task.py
src/python3_anticaptcha/friendly_captcha.py
src/python3_anticaptcha/fun_captcha.py
src/python3_anticaptcha/gee_test.py
src/python3_anticaptcha/image_to_coordinates.py
src/python3_anticaptcha/image_to_text.py
src/python3_anticaptcha/prosopo_captcha.py
src/python3_anticaptcha/recaptcha_v2.py
src/python3_anticaptcha/recaptcha_v3.py
src/python3_anticaptcha/turnstile.py
src/python3_anticaptcha.egg-info/PKG-INFO
src/python3_anticaptcha.egg-info/SOURCES.txt
src/python3_anticaptcha.egg-info/dependency_links.txt
src/python3_anticaptcha.egg-info/requires.txt
src/python3_anticaptcha.egg-info/top_level.txt
src/python3_anticaptcha/core/__init__.py
src/python3_anticaptcha/core/aio_captcha_instrument.py
src/python3_anticaptcha/core/base.py
src/python3_anticaptcha/core/captcha_instrument.py
src/python3_anticaptcha/core/const.py
src/python3_anticaptcha/core/context_instr.py
src/python3_anticaptcha/core/enum.py
src/python3_anticaptcha/core/serializer.py
src/python3_anticaptcha/core/sio_captcha_instrument.py
src/python3_anticaptcha/core/utils.py
tests/test_control.py
tests/test_core.py
tests/test_custom_task.py
tests/test_fun_captcha.py
tests/test_gee_test.py
tests/test_image_to_coordinates.py
tests/test_image_to_text.py
tests/test_recaptcha_v2.py
tests/test_recaptcha_v3.py
tests/test_turnstile.py