python-atomicwrites
python-atomicwrites copied to clipboard
Powerful Python library for atomic file writes.
 pypi just told me i had to enable 2fa to keep uploading this package. because I thought that was an annoying and entitled move...
Unsure if anybody needs this. I might need this because in one usecase I'm writing _a lot_ of files (to different filenames), and only need a guarantee that a SIGKILL...
I have a python script that outputs file(s) to a specific directory and may be running on multiple computers within a cluster. The output files should all be named like...
When I overwrite a file, the permissions of the file are changed: ``` $ touch foo $ chmod 0123 foo $ stat foo | sed -n 's/^\(Access.*\)Uid.*$/\1/p' Access: (0123/---x-w--wx) $...
https://github.com/untitaker/rust-atomicwrites/issues/2