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)
- Host: GitHub
- URL: https://github.com/pylons/pyramid_tm
- Owner: Pylons
- License: other
- Created: 2011-02-21T21:23:43.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T02:34:06.000Z (almost 3 years ago)
- Last Synced: 2024-04-10T04:07:45.069Z (over 1 year ago)
- Topics: pyramid-framework, python, transaction-manager
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/
- Size: 316 KB
- Stars: 33
- Watchers: 15
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
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.