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: about 2 months ago
JSON representation
Centralized transaction management for Pyramid applications (without middleware)
- Host: GitHub
- URL: https://github.com/Pylons/pyramid_tm
- Owner: Pylons
- License: other
- Created: 2011-02-21T21:23:43.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T20:22:58.000Z (4 months ago)
- Last Synced: 2025-09-23T22:42:08.648Z (4 months ago)
- Topics: pyramid-framework, python, transaction-manager
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/
- Size: 334 KB
- Stars: 34
- Watchers: 14
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-pyramid - pyramid_tm - Centralized transaction (Storage)
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.