Metadata-Version: 1.1
Name: pyramid-fullauth
Version: 0.0.3
Summary: This package intends to provide full authentication / authorisation
    implementation for pyramid applications
Home-page: https://github.com/fizyk/pyramid_fullauth
Author: Grzegorz Sliwinski
Author-email: username: fizyk, domain: fizyk.net.pl
License: UNKNOWN
Description: pyramid_fullauth
        ================
        
        .. image:: https://travis-ci.org/fizyk/pyramid_fullauth.png?branch=master
            :target: https://travis-ci.org/fizyk/pyramid_fullauth
            :alt: Tests for RandomWords
        
        .. image:: https://coveralls.io/repos/fizyk/pyramid_fullauth/badge.png?branch=master
            :target: https://coveralls.io/r/fizyk/pyramid_fullauth?branch=master
            :alt: Coverage Status
        
        .. image:: https://pypip.in/v/pyramid_fullauth/badge.png
            :target: https://crate.io/packages/pyramid_fullauth/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/pyramid_fullauth/badge.png
            :target: https://crate.io/packages/pyramid_fullauth/
            :alt: Number of PyPI downloads
        
        Pyramid fullauth's goal is to provide full plug-in registration functionality for pyramid, with user managing
        
        Instalation:
        ============
        
        ``pip install pyramid_fullauth``
        
        or add **pyramid_fullauth* to your **setup.py** requirements.
        
        
        Tests:
        ======
        
        You'll need: **nose**, **WebTest**, **coverage** to run tests, and then:
        
        ``python setup.py nosetests``
        
        
        =======
        CHANGES
        =======
        
        0.0.3
        -----
        - fixed issue, where reset password would check for csrf on GET request [Veronica Zgirvaci]
        
        0.0.2
        -----
        - fixed MANIFEST.in, to include .yml, and .mako files
        
        0.0.1
        -----
        - initial package creation
        - prepared for CI on travis-ci, and coverage reports on coveralls.io
        
Keywords: python authentication authorisation pyramid
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
