Source: python-zxcvbn
Severity: wishlist
Dear Maintainer,
Your package is tracking the original Python implementation by Dropbox [1]
however that codebase is abandoned and the parent project at Dropbox [2]
now points instead to the fork dwolfhub/zxcvbn-python [3].
Besides being actively maintained, the new fork includes a proper test suite
and declares Python 3 support. The API has changed a bit, so that for example
# original
zxcvbn.main.password_strength('password', user_input=[])
# new
zxcvbn.zxcvbn('password', user_input=[])
I would be willing to work on this within the DPMT if you do not have the time
or inclination.
[1] https://github.com/dropbox/python-zxcvbn
[2] https://github.com/dropbox/zxcvbn
[3] https://github.com/dwolfhub/zxcvbn-python