Metadata-Version: 2.4
Name: pyramid-fullauth
Version: 3.0.0
Summary: pyramid_fullauth provides full authentication / authorisation implementation for pyramid applications
Keywords: authentication,authorisation,pyramid,user
Author: Grzegorz Śliwiński
Author-email: Grzegorz Śliwiński <fizyk+pypi@fizyk.dev>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyramid>=2
Requires-Dist: pyramid-basemodel>=0.3
Requires-Dist: pyramid-localize
Requires-Dist: pyramid-mako
Requires-Dist: sqlalchemy>=1.3.0
Requires-Dist: velruse>=1.1.1
Requires-Dist: sphinx ; extra == 'docs'
Requires-Python: >=3.10
Project-URL: Source, https://github.com/fizyk/pyramid_fullauth/
Project-URL: Bug Tracker, https://github.com/fizyk/pyramid_fullauth/issues
Project-URL: Changelog, https://github.com/fizyk/pyramid_fullauth/blob/v3.0.0/CHANGES.rst
Project-URL: Documentation, https://fizyk.dev/pyramid_fullauth/
Provides-Extra: docs
Description-Content-Type: text/x-rst

pyramid_fullauth
================

.. image:: https://img.shields.io/pypi/v/pyramid_fullauth.svg
    :target: https://pypi.python.org/pypi/pyramid_fullauth/
    :alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/pyramid_fullauth/badge/?version=v3.0.0
    :target: https://readthedocs.org/projects/pyramid_fullauth/?badge=v3.0.0
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/dm/pyramid_fullauth.svg
    :target: https://pypi.python.org/pypi/pyramid_fullauth/
    :alt: Number of PyPI downloads

.. image:: https://img.shields.io/pypi/wheel/pyramid_fullauth.svg
    :target: https://pypi.python.org/pypi/pyramid_fullauth/
    :alt: Wheel Status

.. image:: https://img.shields.io/pypi/l/pyramid_fullauth.svg
    :target: https://pypi.python.org/pypi/pyramid_fullauth/
    :alt: License

Pyramid fullauth's provides full user registration and management functionality for
`pyramid <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_ based web applications.
