Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anyblok/anyblok_pyramid
AnyBlok_Pyramid make the link between AnyBlok and Pyramid. It also offers bloks for adding user http authentication and role based authorization to your project.
https://github.com/anyblok/anyblok_pyramid
technical
Last synced: about 1 month ago
JSON representation
AnyBlok_Pyramid make the link between AnyBlok and Pyramid. It also offers bloks for adding user http authentication and role based authorization to your project.
- Host: GitHub
- URL: https://github.com/anyblok/anyblok_pyramid
- Owner: AnyBlok
- License: mpl-2.0
- Created: 2016-06-19T18:07:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T00:20:16.000Z (12 months ago)
- Last Synced: 2024-12-13T05:20:00.089Z (about 1 month ago)
- Topics: technical
- Language: Python
- Homepage: http://doc.anyblok-pyramid.anyblok.org/
- Size: 678 KB
- Stars: 4
- Watchers: 7
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. This file is a part of the AnyBlok / Pyramid project
..
.. Copyright (C) 2015 Jean-Sebastien SUZANNE
.. Copyright (C) 2019 Jean-Sebastien SUZANNE
..
.. This Source Code Form is subject to the terms of the Mozilla Public License,
.. v. 2.0. If a copy of the MPL was not distributed with this file,You can
.. obtain one at http://mozilla.org/MPL/2.0/... image:: https://img.shields.io/pypi/pyversions/anyblok_delivery.svg?longCache=True
:alt: Python versions.. image:: https://travis-ci.org/AnyBlok/Anyblok_Pyramid.svg?branch=master
:target: https://travis-ci.org/AnyBlok/Anyblok_Pyramid
:alt: Build status.. image:: https://coveralls.io/repos/github/AnyBlok/Anyblok_Pyramid/badge.svg?branch=master
:target: https://coveralls.io/github/AnyBlok/Anyblok_Pyramid?branch=master
:alt: Coverage.. image:: https://img.shields.io/pypi/v/Anyblok_Pyramid.svg
:target: https://pypi.python.org/pypi/Anyblok_Pyramid/
:alt: Version status.. image:: https://readthedocs.org/projects/anyblok-pyramid/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://doc.anyblok-pyramid.anyblok.org/en/latest/?badge=latestAnyBlok / Pyramid
=================AnyBlok / Pyramid make the link between `AnyBlok `_ and
`Pyramid `_It also gives you some bloks for adding user http authentication and role
based authorization to your project.+-------------------+--------------+----------------------------------------------------------+
| Blok | Dependencies | Description |
+===================+==============+==========================================================+
| **Pyramid** | | Add hooks to connect Pyramid authentification, OIDC |
| | | Relying Party and authorization |
+-------------------+--------------+----------------------------------------------------------+
| **auth** | **pyramid** | Add 'User' and 'User.Role' models. |
+-------------------+--------------+----------------------------------------------------------+
| **auth-password** | **auth** | Add 'User.CredentialStore' model, a simple |
| | | login, password table |
+-------------------+--------------+----------------------------------------------------------+
| **authorization** | **auth** | Add 'User.Authorization' model for managing permissions |
+-------------------+--------------+----------------------------------------------------------+
| **user_identity** | **auth** | Add some column on model **Model.Pyramid.User** |
+-------------------+--------------+----------------------------------------------------------+AnyBlok / Pyramid is released under the terms of the `Mozilla Public License`.
See the `latest documentation `_