About Anaconda Help Download Anaconda

free / packages / transaction 1.6.1

Transaction management for Python

Installers

  • linux-32 v1.6.1
  • linux-64 v1.6.1
  • linux-ppc64le v1.6.1
  • osx-64 v1.6.1
  • win-32 v1.6.1
  • win-64 v1.6.1

conda install

To install this package run one of the following:
conda install free::transaction

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy