Atomic file writes on POSIX.
Usage:
from atomicwrites import atomic_write
with atomic_write('foo.txt') as f:
f.write('Hello world.')
# "foo.txt" doesn't exist yet.
# Now it does.
Licensed under the MIT, see LICENSE.
| Name | Name | Last commit date | ||
|---|---|---|---|---|