Metadata-Version: 1.1
Name: passwordmetrics
Version: 1.0b1
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
        ===============================
        
        .. image:: https://badge.fury.io/py/passwordmetrics.png
            :target: http://badge.fury.io/py/passwordmetrics
        
        .. image:: https://travis-ci.org/regebro/passwordmetrics.png?branch=master
                :target: https://travis-ci.org/regebro/passwordmetrics
        
        .. image:: https://pypip.in/d/passwordmetrics/badge.png
                :target: https://pypi.python.org/pypi/passwordmetrics
        
        
        Checking the entropy of a password. Useful in password checkers.
        
        * Free software: BSD license
        * Documentation: http://passwordmetrics.readthedocs.org.
        
        
        Features
        --------
        
        passwordmetrics will return information about a password, such as length,
        words found, what types of characters that are used, and a metric called
        "entropy" which will give an approximate measure of how hard the password
        is to guess.
        
        
        
        
        
        History
        -------
        
        1.0b1 (2015-04-29)
        ------------------
        
        * First release on PyPI.
Keywords: passwordmetrics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
