slackbuilds/python/python2-transaction
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README python/python-transaction: Renamed python2-transaction. 2021-05-08 01:41:51 +07:00
python2-transaction.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
python2-transaction.info python/python-transaction: Renamed python2-transaction. 2021-05-08 01:41:51 +07:00
slack-desc python/python-transaction: Renamed python2-transaction. 2021-05-08 01:41:51 +07:00

README

This package contains a generic transaction implementation for Python.
It is mainly used by the ZODB, though.

Note that the data manager API, transaction.interfaces.IDataManager, is
syntactically simple, but semantically complex. The semantics were not
easy to express in the interface. This could probably use more work. The
semantics are presented in detail through examples of a sample data
manager in transaction.tests.test_SampleDataManager.