diff options
author | Lionel Young <redtricycle@gmail.com> | 2010-05-13 00:58:04 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:04 +0200 |
commit | ccd0166a2e0f2cf2b799128845d9d05a73ea5448 (patch) | |
tree | 7038b158319e83923eaf6c4ff3bcee2f314611bb /development/zope.sqlalchemy/slack-desc | |
parent | 279afd4a604b433b6a076cadfa8e8d18367e3a47 (diff) | |
download | slackbuilds-ccd0166a2e0f2cf2b799128845d9d05a73ea5448.tar.gz |
development/zope.sqlalchemy: Added to 13.0 repository
Diffstat (limited to 'development/zope.sqlalchemy/slack-desc')
-rw-r--r-- | development/zope.sqlalchemy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/zope.sqlalchemy/slack-desc b/development/zope.sqlalchemy/slack-desc new file mode 100644 index 0000000000..ddda0b59b7 --- /dev/null +++ b/development/zope.sqlalchemy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +zope.sqlalchemy: zope.sqlalchemy (Minimal Zope/SQLAlchemy transaction integration) +zope.sqlalchemy: +zope.sqlalchemy: The aim of this package is to unify the plethora of existing packages +zope.sqlalchemy: integrating SQLAlchemy with Zope's transaction management. As +zope.sqlalchemy: such it seeks only to provide a data manager and makes no attempt to +zope.sqlalchemy: define a zopeish way to configure engines. You need to understand +zope.sqlalchemy: SQLAlchemy for this package and this README to make any sense. See +zope.sqlalchemy: http://sqlalchemy.org/docs/. +zope.sqlalchemy: +zope.sqlalchemy: +zope.sqlalchemy: Homepage: http://pypi.python.org/pypi/zope.sqlalchemy |