About Anaconda Help Download Anaconda

Transaction management for Python

Installers

  • linux-64 v3.1.0
  • linux-aarch64 v3.1.0
  • linux-s390x v3.1.0
  • osx-64 v3.1.0
  • osx-arm64 v3.1.0
  • win-64 v3.1.0
  • linux-32 v2.4.0
  • linux-ppc64le v3.1.0
  • win-32 v3.0.1

conda install

To install this package run one of the following:
conda install anaconda::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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy