Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.5 KB

README.rst

File metadata and controls

58 lines (35 loc) · 1.5 KB

repoze.tm2 (Transaction Manager)

https://travis-ci.org/repoze/repoze.tm2.png?branch=master Documentation Status

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).

Installation

Install using setuptools, e.g. (within a virtualenv):

$ easy_install repoze.tm2

or using pip:

$ pip install repoze.tm2

Usage

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:

Reporting Bugs

Please report bugs in this package to

https://github.com/repoze/repoze.tm2/issues

Obtaining Source Code

Download development or tagged versions of the software by visiting:

https://github.com/repoze/repoze.tm2