Announcing: Spiff Guard (Generic Access Lists for Python)

Samuel knipknap at gmail.com
Sun Jan 14 08:49:32 EST 2007


Introduction
------------
Spiff Guard is a library for implementing access lists in Python. It
provides a clean and simple API and was implemented with performance
and security in mind. It was originally inspired by phpGACL
(http://phpgacl.sourceforge.net/), but features an API that is
significantly cleaner and easier to use.

Spiff Guard is the first library published as part of the Spiff
platform. The Spiff platform aims to produce a number of generic
libraries generally needed in enterprise (web) applications.

Spiff Guard is free software and distributed under the GNU GPLv2.


Dependencies
-------------
sqlalchemy (http://www.sqlalchemy.org/)


Download
---------
Please check out the code from SVN:

svn checkout http://spiff.googlecode.com/svn/trunk/libs/Guard/


Links:
-------
Spiff project page: http://code.google.com/p/spiff/
Bug tracker: http://code.google.com/p/spiff/issues/list
Documentation: http://spiff.googlecode.com/svn/trunk/libs/Guard/README
Browse the source: http://spiff.googlecode.com/svn/trunk/libs/Guard/

Any questions, please ask (or file a bug).
-Samuel




More information about the Python-list mailing list