Metadata-Version: 1.1
Name: django-basic
Version: 0.1
Summary: An implementation of HTTP Basic Authentication for Django.
Home-page: http://code.google.com/p/django-basic/
Author: SmartFile
Author-email: btimby@smartfile.com
License: UNKNOWN
Description: 
        django-basic supplies a middleware (HttpBasicMiddleware) that may installed to protect access
        to all URLs, a decorator (@httpbasic) that may be applied to selected view functions, and a
        simple class (HttpBasicAuthenticator) that can be used to implement custom authentication
        scenarios.
        
        django-basic also provides a decorator (@httpmultiple) which can be combined with the @httpdigest
        decorator from the django-digest project to provide both authentication schemes together.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
