python-atomicwrites icon indicating copy to clipboard operation
python-atomicwrites copied to clipboard

Powerful Python library for atomic file writes.

Results 5 python-atomicwrites issues
Sort by recently updated
recently updated
newest added

![Screenshot 2022-07-08 at 19 50 03](https://user-images.githubusercontent.com/837573/178052499-60f99aaf-8893-4662-8763-24334af185a3.png) 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

enhancement