Metadata-Version: 1.0
Name: pyramid-basicauth
Version: 0.0
Summary: Pyramid plugin for HTTP Basic access authentication
Home-page: http://pypi.python.org/pypi/pyramid_basicauth
Author: UNKNOWN
Author-email: UNKNOWN
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: pyramid_basicauth
        =================
        
        An authentication policy for Pyramid that uses the HTTP Basic access
        authentication protocol.
        
        Based on code in the Pyramid cookbook: http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/authentication.html#basic-authentication-policy
        
        
        History
        =======
        
        0.0 - 2012-01-06
        ----------------
        
        - Initial release.
        
Keywords: authentication pyramid basic
Platform: UNKNOWN
Classifier: Framework :: Pylons
Classifier: Intended Audience :: Developers
Classifier: License :: Repoze Public License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP
