Metadata-Version: 1.0
Name: django-axes
Version: 0.1.1-rc1
Summary: Keep track of failed login attempts in Django-powered sites.
Home-page: http://code.google.com/p/django-axes/
Author: Josh VanderLinden
Author-email: codekoala@gmail.com
License: MIT
Description: 
        django-axes is a very simple way for you to keep track of failed login attempts, both for the Django admin and for the rest of your site.  All you need to do is install the application, a middleware, and syncdb!
        
Keywords: django,security,authentication
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Security
Classifier: Topic :: System :: Logging
