.dockerignore
.gitignore
CHANGELOG.rst
CODE_OF_CONDUCT.md
Dockerfile.docs
LICENSE.md
Makefile
README.rst
setup.cfg
setup.py
tox.ini
.github/workflows/e2e.yml
.github/workflows/publish.yml
.github/workflows/pythonpackage.yml
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/development.rst
docs/fields.rst
docs/index.rst
docs/usage.rst
docs/_static/.gitkeep
examples/__init__.py
examples/captcha_ms.jpeg
examples/custom_dot.py
examples/custom_moderation.py
examples/dot.png
examples/funcaptcha_request.py
examples/funcaptcha_selenium.py
examples/hcaptcha_request.py
examples/recaptcha3_request.py
examples/recaptcha_request.py
examples/recaptcha_selenium.py
examples/remote_image.py
examples/square.png
examples/squarenet.py
examples/squarenet_validator.py
examples/text.py
examples/text_stream.py
python_anticaptcha/__init__.py
python_anticaptcha/base.py
python_anticaptcha/compat.py
python_anticaptcha/exceptions.py
python_anticaptcha/fields.py
python_anticaptcha/tasks.py
python_anticaptcha.egg-info/PKG-INFO
python_anticaptcha.egg-info/SOURCES.txt
python_anticaptcha.egg-info/dependency_links.txt
python_anticaptcha.egg-info/requires.txt
python_anticaptcha.egg-info/top_level.txt
tests/__init__.py
tests/test_examples.py
tests/test_inputs.py
tests/test_tasks.py