Metadata-Version: 1.2
Name: pwned-passwords-django
Version: 1.2
Summary: A Pwned Passwords implementation for Django sites.
Home-page: https://github.com/ubernostrum/pwned-passwords-django/
Author: James Bennett
Author-email: james@b-list.org
License: UNKNOWN
Description: .. -*-restructuredtext-*-
        
        .. image:: https://travis-ci.org/ubernostrum/pwned-passwords-django.svg?branch=master
            :target: https://travis-ci.org/ubernostrum/pwned-passwords-django
        
        pwned-passwords-django provides helpers for working with the `Pwned
        Passwords database of Have I Been Pwned
        <https://haveibeenpwned.com/Passwords>`_ in `Django
        <https://www.djangoproject.com/>`_ powered sites. Pwned Passwords is
        an extremely large database of passwords known to have been
        compromised through data breaches, and is useful as a tool for
        rejecting common or weak passwords.
        
        Documentation is `available online
        <https://pwned-passwords-django.readthedocs.io/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
