slackbuilds/python/python-transaction
David Spencer 49e1ab1e09 python/python-transaction: Updated homepage and download links.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-05-20 06:54:44 +07:00
..
README python/*: Moved a lot of Python stuff here 2011-03-20 12:33:01 -05:00
python-transaction.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
python-transaction.info python/python-transaction: Updated homepage and download links. 2017-05-20 06:54:44 +07:00
slack-desc python/python-transaction: Updated homepage and download links. 2017-05-20 06:54:44 +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.