Metadata-Version: 1.1
Name: django-urlmiddleware
Version: 0.2.2
Summary: A Django app that allows you to use a url based definition for adding middleware to a project. This means you can add middleware based on a url pattern rather than globally
Home-page: http://urlmiddleware.readthedocs.org/
Author: Dougal Matthews
Author-email: dougal85@gmail.com
License: MIT
Description: Django urlmiddleware
        ========================================
        
        Django urlmiddleware allows you to define middleware in your Django project 
        with a URL based configuration, like views. This then allows you to enable 
        middleware for specific paths rather than only globally for all requests.
        
        See http://urlmiddleware.readthedocs.org/ for further documentation.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
