Middleware which uses the ZODB transaction manager to wrap a call to
its pipeline children inside a transaction. This is a fork of the
repoze.tm
package which depends only on the transaction
package rather than the entirety of ZODB (for users who don't rely on ZODB).
Install using setuptools, e.g. (within a virtualenv):
$ easy_install repoze.tm2
or using pip:
$ pip install repoze.tm2
For details on using the various components, please see the
documentation in docs/index.rst
. A rendered version of that documentation
is also available online:
Please report bugs in this package to
https://github.com/repoze/repoze.tm2/issues
Download development or tagged versions of the software by visiting:
https://github.com/repoze/repoze.tm2