mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
commit
286b6cbc00
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
@ -322,6 +323,13 @@ long, literate-programming-style documentation generator.
|
|||
* [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.
|
||||
* [guava](https://github.com/flatpeach/guava) - A lightweight and high performance web framework for Python written in C.
|
||||
|
||||
## 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
|
||||
|
||||
*Content management systems*
|
||||
|
|
Loading…
Reference in a new issue