LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
easy_captcha/__init__.py
easy_captcha/constants.py
easy_captcha/base/__init__.py
easy_captcha/base/arithmetic_captcha_abstract.py
easy_captcha/base/captcha.py
easy_captcha/base/chinese_captcha_abstract.py
easy_captcha/base/randoms.py
easy_captcha/captcha/__init__.py
easy_captcha/captcha/arithmetic_captcha.py
easy_captcha/captcha/chinese_captcha.py
easy_captcha/captcha/chinese_gif_captcha.py
easy_captcha/captcha/gif_captcha.py
easy_captcha/captcha/spec_captcha.py
easy_captcha/fonts/actionj.ttf
easy_captcha/fonts/epilog.ttf
easy_captcha/fonts/fresnel.ttf
easy_captcha/fonts/headache.ttf
easy_captcha/fonts/lexo.ttf
easy_captcha/fonts/prefix.ttf
easy_captcha/fonts/progbot.ttf
easy_captcha/fonts/ransom.ttf
easy_captcha/fonts/robot.ttf
easy_captcha/fonts/scandal.ttf
easy_captcha_python.egg-info/PKG-INFO
easy_captcha_python.egg-info/SOURCES.txt
easy_captcha_python.egg-info/dependency_links.txt
easy_captcha_python.egg-info/requires.txt
easy_captcha_python.egg-info/top_level.txt
tests/test_spec_captcha.py