1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
============
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.
|