README.md
pyproject.toml
src/gbkomi_captcha/__init__.py
src/gbkomi_captcha/config.py
src/gbkomi_captcha.egg-info/PKG-INFO
src/gbkomi_captcha.egg-info/SOURCES.txt
src/gbkomi_captcha.egg-info/dependency_links.txt
src/gbkomi_captcha.egg-info/entry_points.txt
src/gbkomi_captcha.egg-info/requires.txt
src/gbkomi_captcha.egg-info/top_level.txt
src/gbkomi_captcha/core/__init__.py
src/gbkomi_captcha/core/background.py
src/gbkomi_captcha/core/distort.py
src/gbkomi_captcha/core/fonts.py
src/gbkomi_captcha/core/generator.py
src/gbkomi_captcha/core/noise.py
src/gbkomi_captcha/integrations/__init__.py
src/gbkomi_captcha/integrations/fastapi.py
src/gbkomi_captcha/integrations/flask.py
src/gbkomi_captcha/integrations/telegram.py
src/gbkomi_captcha/middleware/__init__.py
src/gbkomi_captcha/middleware/challenge.py
src/gbkomi_captcha/middleware/rate_limiter.py
src/gbkomi_captcha/middleware/validators.py
src/gbkomi_captcha/storage/__init__.py
src/gbkomi_captcha/storage/base.py
src/gbkomi_captcha/storage/memory.py
src/gbkomi_captcha/storage/redis.py
src/gbkomi_captcha/utils/__init__.py
src/gbkomi_captcha/utils/colors.py
src/gbkomi_captcha/utils/text_utils.py
tests/test_generator.py
tests/test_integrations.py
tests/test_middleware.py
tests/test_storage.py