Metadata-Version: 2.1
Name: pyramid-fullauth
Version: 2.0.2
Summary: pyramid_fullauth provides full authentication / authorisation implementation for pyramid applications
Author-email: Grzegorz Śliwiński <fizyk+pypi@fizyk.dev>
License: The MIT License (MIT): http://opensource.org/licenses/MIT
        
        Copyright (c) 2013 - 2016 by pyramid_fullauth authors and contributors <see AUTHORS file>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
         all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
         THE SOFTWARE.
        
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/v2.0.2/CHANGES.rst
Project-URL: Documentation, https://fizyk.dev/pyramid_fullauth/
Keywords: pyramid,authentication,authorisation,user
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Pyramid
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pyramid >=2
Requires-Dist: pyramid-basemodel >=0.3
Requires-Dist: pyramid-mako
Requires-Dist: pyramid-localize
Requires-Dist: SQLAlchemy >=1.3.0
Requires-Dist: velruse >=1.1.1
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'

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=v2.0.2
    :target: https://readthedocs.org/projects/pyramid_fullauth/?badge=v2.0.2
    :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.


Release
=======

Install pipenv and --dev dependencies first, Then run:

.. code-block::

    pipenv run tbump [NEW_VERSION]
