The repoze.what
XML plugin¶
Author: | Gustavo Narea. |
---|---|
Latest version: | 1.0rc1 |
Overview
The repoze.what
XML plugin adds support to XML source adapters on
this authorization framework.
How to install¶
This package has no external dependencies and can be installed by running:
easy_install repoze.what.plugins.xml
It has been tested under Python v2.5 and v2.6. It’s not expected to work on previous versions.
Adapters¶
The XML plugin provides one group adapter and one permission adapter, which receive one parameter: The XML file.
They are both imported into the repoze.what.plugins.xml
namespace, so
you can do:
from repoze.what.plugins.xml import XMLGroupsAdapter, XMLPermissionsAdapter