• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-Jun-2016-761441

repoze/H03-Jun-2016-460376

repoze.tm2.egg-info/H03-May-2022-217150

.gitignoreH A D05-Apr-201397 1110

.travis.ymlH A D03-Jun-2016348 2721

CHANGES.rstH A D03-Jun-20164.7 KiB170111

PKG-INFOH A D03-Jun-20168.1 KiB217150

README.rstH A D03-Jun-2016882 2115

setup.cfgH A D03-Jun-2016263 1713

setup.pyH A D03-Jun-20162 KiB6255

tox.iniH A D03-Jun-2016698 3530

README.rst

1repoze.tm2 (Transaction Manager)
2================================
3
4.. image:: https://travis-ci.org/repoze/repoze.tm2.png?branch=master
5        :target: https://travis-ci.org/repoze/repoze.tm2
6
7.. image:: https://readthedocs.org/projects/repozetm2/badge/?version=latest
8        :target: http://repozetm2.readthedocs.org/en/latest/
9        :alt: Documentation Status
10
11.. image:: https://img.shields.io/pypi/v/repoze.tm2.svg
12        :target: https://pypi.python.org/pypi/repoze.tm2
13
14.. image:: https://img.shields.io/pypi/pyversions/repoze.tm2.svg
15        :target: https://pypi.python.org/pypi/repoze.tm2
16
17Middleware which uses the ZODB transaction manager to wrap a call to
18its pipeline children inside a transaction.  This is a fork of the
19``repoze.tm`` package which depends only on the ``transaction``
20package rather than the entirety of ZODB (for users who don't rely on ZODB).
21