transaction
Transaction management for Python
Transaction management for Python
To install this package, run one of the following:
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.
Summary
Transaction management for Python
Last Updated
Oct 22, 2025 at 09:28
License
ZPL-2.1
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/zopefoundation/transactionDocumentation
https://transaction.readthedocs.io