diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-08-14 15:37:25 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-14 19:04:53 -0500 |
commit | 8341c8dc96db747bc3e789c36294156855273e4c (patch) | |
tree | 1b53d653c9cdc0a3ea958aebdb9b391ae7e44116 /libraries/zope.security/README | |
parent | d970547cd90e3d7b5f0e2f05406893dbd82cbcf7 (diff) | |
download | slackbuilds-8341c8dc96db747bc3e789c36294156855273e4c.tar.gz |
libraries/zope.security: Added (Zope Security Framework)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/zope.security/README')
-rw-r--r-- | libraries/zope.security/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/zope.security/README b/libraries/zope.security/README new file mode 100644 index 0000000000..5ad588a58b --- /dev/null +++ b/libraries/zope.security/README @@ -0,0 +1,9 @@ +zope.security (Zope Security Framework) + +The Security framework provides a generic mechanism to implement +security policies on Python objects. + +This requires zope.i18nmessageid, zope.interface, zope.proxy, +zope.schema, zope.configuration, zope.component and zope.location. + +To build, this requires pysetuptools. |