-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Python 3.2-3.4 compatibility and enable distribution as a wheel #12
base: master
Are you sure you want to change the base?
Conversation
Iteration over a dictionary does not have a defined order. Iterate over a specified list of keys so the output is more predicatable.
This commit - Makes python-zxcvbn compatible with Python 2.6, 2.7, 3.2, 3.3 and 3.4 - Removes dependance on the third-party package Future - Switches from distutils -> setuptools; to allow installation as e.g. an egg, a wheel or installing in development mode
+1 |
Would love to see this merged. I'd like to start incorporating this into a couple of projects, but Python 3 is a hard requirement for me. |
+1 |
+1, although I'm still weary to use after issue #14. Also, the documentation for the dictionary keys is incorrect for |
Very unfortunate not to see this PR for Python3 support merged six months later. Is this now considered a dead project? This just became a roadblock for my org. |
consider using this version, which supports python3 and is up to date with the current version of the javascript library, so results will match. |
|
No description provided.