File: README.rst

package info (click to toggle)
transaction 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: python: 3,333; makefile: 130
file content (25 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
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.