Metadata-Version: 1.1
Name: passwordmetrics
Version: 1.0
Summary: Checking the entropy of a password. Useful in password checkers.
Home-page: https://github.com/regebro/passwordmetrics
Author: Lennart Regebro
Author-email: regebro@gmail.com
License: MIT
Description: ===============================
        passwordmetrics
        ===============================
        
        Features
        --------
        
        The passwordmetrics module takes a string and gives you a lot of information
        about it pertaining it's usefulness as a password.
        
        * Free software: MIT license
        * Documentation: http://passwordmetrics.readthedocs.org.
        
        Features
        --------
        
        * Gives you a lot of information about a password, such as:
          * Words used in the password
          * Entropy (ie, how hard it is to guess)
        * It's configurable for different languages.
        * A big english wordlist included.
        * L33t compatibility
        
        
        
        
        =======
        History
        =======
        
        1.0 (2017-04-15)
        ----------------
        
        - Stable release, better docs.
        
        
        1.0b1 (2015-04-29)
        ------------------
        
        * First release on PyPI.
        
Keywords: passwordmetrics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
