An open API service indexing awesome lists of open source software.

https://github.com/pylons/pyramid_tm

Centralized transaction management for Pyramid applications (without middleware)
https://github.com/pylons/pyramid_tm

pyramid-framework python transaction-manager

Last synced: 6 months ago
JSON representation

Centralized transaction management for Pyramid applications (without middleware)

Awesome Lists containing this project

README

          

``pyramid_tm``
==============

.. image:: https://github.com/Pylons/pyramid_tm/actions/workflows/ci-tests.yml/badge.svg?branch=main
:target: https://github.com/Pylons/pyramid_tm/actions/workflows/ci-tests.yml?query=branch%3Amain
:alt: main CI Status

.. image:: https://readthedocs.org/projects/pyramid-tm/badge/?version=latest
:target: https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/
:alt: Documentation Status

``pyramid_tm`` is a package which allows Pyramid requests to join
the active transaction as provided by the `transaction
`_ package.

See `https://docs.pylonsproject.org/projects/pyramid_tm/en/latest/
`_
or ``docs/index.rst`` in this distribution for detailed
documentation.