An atomic file write context manager
Project description
A context manager for atomic file writes.
$ pip install atomictempfile
AtomicTempFile
A temporary file object which will be atomically renamed to the specified path on exit.
- with AtomicTempFile(‘whatever’) as f:
f.write(‘stuff’)
This allows transactional behaviours with file writes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atomictempfile-0.2.post11.tar.gz
(21.7 kB
view details)
File details
Details for the file atomictempfile-0.2.post11.tar.gz
.
File metadata
- Download URL: atomictempfile-0.2.post11.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 865dcd8eeba012c1de69f59c0b39e68c5a15d8fb840250df89927309e6e7ea96 |
|
MD5 | 41b47da32bc5957d8c9917144251b1e3 |
|
BLAKE2b-256 | bc25f47d008850d040a320b4da6eedea47e1608018f02a1ea1829ccb0467af18 |