CMD + K

transaction

Anaconda Verified

Transaction management for Python

Installation

To install this package, run one of the following:

Conda
$conda install main::transaction

Usage Tracking

5.0
3.1.0
3.0.1
3.0.0
2.4.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

A transaction consists of one or more operations that we want to perform as a single action. It's an all or nothing proposition: either all the operations that are part of the transaction are completed successfully or none of them have any effect. In the transaction package, a transaction object represents a running transaction that can be committed or aborted in the end.

About

Summary

Transaction management for Python

Last Updated

Oct 22, 2025 at 09:28

License

ZPL-2.1

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 3.1.0
win-32 Last supported version: 3.0.1
linux-s390x Last supported version: 3.1.0
macOS-64 Last supported version: 3.1.0
linux-32 Last supported version: 2.4.0