Metadata-Version: 1.0
Name: django-banish
Version: 0.1
Summary: django middleware to ban users, prevent too many concurrent connections
Home-page: http://github.com/yourabi/django-banish
Author: Yousef Ourabi
Author-email: yourabi@gmail.com
License: Apache
Description: django-banish is a django middleware app to banish user agents by IP addresses or User Agent Header. It also supports basic abuse prevention by automatically banning users if they exceed a certain number of requests per minute which is likely some form of attack or attemped denial of service.
Platform: Posix; MacOS X;
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
