python3-atomicwrites

Atomic file writes - Python 3.x

Description

It uses a temporary file in the same directory as the given path. This ensures that the temporary file resides on the same filesystem. The temporary file will then be atomically moved to the target location: On POSIX, it will use rename if files should be overwritten, otherwise a combination of link and unlink.

This package contains the Python 3.x module.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/untitaker/python-atomicwrites


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-atomicwrites