https://github.com/zopefoundation/transaction
Generic transaction implementation for Python.
https://github.com/zopefoundation/transaction
maintained
Last synced: 4 months ago
JSON representation
Generic transaction implementation for Python.
- Host: GitHub
- URL: https://github.com/zopefoundation/transaction
- Owner: zopefoundation
- License: other
- Created: 2013-01-04T18:09:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T07:25:48.000Z (over 1 year ago)
- Last Synced: 2025-05-25T20:56:39.829Z (9 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 530 KB
- Stars: 69
- Watchers: 70
- Forks: 31
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
============
Transactions
============
.. image:: https://github.com/zopefoundation/transaction/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/transaction/actions/workflows/tests.yml
.. image:: https://readthedocs.org/projects/transaction/badge/?version=latest
:target: http://transaction.readthedocs.org/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/transaction.svg
:target: https://pypi.python.org/pypi/transaction
:alt: PyPI
.. image:: https://img.shields.io/pypi/pyversions/transaction.svg
:target: https://pypi.python.org/pypi/transaction
:alt: Python versions
This package contains a generic transaction implementation for Python. It is
mainly used by the ZODB.
See http://transaction.readthedocs.org/en/latest for narrative documentation
on its usage.