Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2014

  1. Configuration menu
    Copy the full SHA
    26c6b8e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Configuration menu
    Copy the full SHA
    e3c6c48 View commit details
    Browse the repository at this point in the history
  2. Display command out put in a known order

    Iteration over a dictionary does not have a defined order. Iterate over
    a specified list of keys so the output is more predicatable.
    moreati committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    970f9b2 View commit details
    Browse the repository at this point in the history
  3. Remove dependancy on Future, declare 3.x compatibility

    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
    moreati committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    feaacac View commit details
    Browse the repository at this point in the history