[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#833845: ITP: python-atomicwrites -- Atomic file writes



Package: wnpp
Version: 1.1.0
Severity: wishlist
Owner: Filip Pytloun <filip@pytloun.cz>

* Package name    : python-atomicwrites
  Version         : 1.1.0
  Upstream Author : Markus Unterwaditzer <markus@unterwaditzer.net>
* URL             : https://github.com/untitaker/python-atomicwrites
* License         : Expat
  Programming Lang: Python
  Description     : Atomic file writes

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.

Attachment: signature.asc
Description: Digital signature


Reply to: