From a9d8a31ba9ac47246e9f94426859af4ea98695bc Mon Sep 17 00:00:00 2001 From: Eric Neuman Date: Thu, 3 Jul 2014 18:32:51 -0400 Subject: [PATCH 1/2] added carteblanche --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 29c97276..2bb0dc84 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Database Drivers](#database-drivers) - [ORM](#orm) - [Web Frameworks](#web-frameworks) + - [Permissions](#permissions) - [CMS](#cms) - [RESTful API](#restful-api) - [Authentication and OAuth](#authentication-and-oauth) @@ -304,6 +305,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Zope Toolkit](http://docs.zope.org/zopetoolkit/) - A set of libraries intended for reuse by projects to develop web applications or web frameworks. * [Bluebream](http://bluebream.zope.org/) - An open-source web application server, framework and library, created by the Zope community and formerly known as Zope 3. +## Permissions + +*Permissions.* + +* [Carteblanche](http://www.github.com/neuman/python-carteblanche/) - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions. + ## CMS *Content management systems* From 60be9e33c5eb46dfa7c25d01e288e05cb42e280a Mon Sep 17 00:00:00 2001 From: Eric Neuman Date: Fri, 4 Jul 2014 14:16:55 -0400 Subject: [PATCH 2/2] added django-guardian and expanded permissions explanation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb0dc84..d34b8a42 100644 --- a/README.md +++ b/README.md @@ -307,8 +307,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## Permissions -*Permissions.* +*Libraries that allow or deny users access to data or functionality.* +* [Django Guardian](https://github.com/lukaszb/django-guardian) - Implementation of per object permissions for Django 1.2+ * [Carteblanche](http://www.github.com/neuman/python-carteblanche/) - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions. ## CMS