mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
added carteblanche
This commit is contained in:
parent
61d5876bd4
commit
a9d8a31ba9
1 changed files with 7 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)
|
||||
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue