README.md
setup.cfg
setup.py
auth_swust/__init__.py
auth_swust/auth.py
auth_swust/constants.py
auth_swust/exceptions.py
auth_swust/log.py
auth_swust.egg-info/PKG-INFO
auth_swust.egg-info/SOURCES.txt
auth_swust.egg-info/dependency_links.txt
auth_swust.egg-info/requires.txt
auth_swust.egg-info/top_level.txt
auth_swust/captcha_recognition/__init__.py
auth_swust/captcha_recognition/img_process.py
auth_swust/captcha_recognition/keras_backend.py
auth_swust/captcha_recognition/predict.py
auth_swust/captcha_recognition/segment.py
auth_swust/captcha_recognition/torch_backend.py
auth_swust/captcha_recognition/model/captcha_cnn.pth
auth_swust/captcha_recognition/model/keras_cnn/keras_cnn.weight
auth_swust/captcha_recognition/model/keras_cnn/keras_cnn.yml
auth_swust/helpers/__init__.py
auth_swust/helpers/request.py
auth_swust/helpers/utils.py
tests/__init__.py
tests/conftest.py
tests/test_captcha_keras.py
tests/test_captcha_torch.py
tests/test_login.py