Skip to content

WSGI middleware: commit / abort transactions at request boundaries

License

Notifications You must be signed in to change notification settings

repoze/repoze.tm2

Repository files navigation

repoze.tm2 (Transaction Manager)

image

Documentation Status

image

image

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

About

WSGI middleware: commit / abort transactions at request boundaries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages