Metadata-Version: 2.4
Name: repoze.who.plugins.sa
Version: 1.0.1
Summary: The repoze.who SQLAlchemy plugin
Home-page: http://code.gustavonarea.net/repoze.who.plugins.sa/
Author: Gustavo Narea
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Keywords: web application server wsgi sql sqlalchemy elixir authentication repoze
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database
Classifier: Topic :: Security
Requires-Dist: repoze.who>=2.1
Requires-Dist: sqlalchemy>=0.5.0
Provides-Extra: testing
Requires-Dist: coverage; extra == "testing"
Requires-Dist: nose; extra == "testing"
Requires-Dist: sqlalchemy>=0.5.0; extra == "testing"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

********************************
The repoze.who SQLAlchemy plugin
********************************

This plugin provides one repoze.who authenticator and one metadata provider
which works with SQLAlchemy or Elixir-based models.
