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

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.

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.