ports/devel/py-atomicwrites/pkg/DESCR

5 lines
207 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Atomic file writes for Python:
* Race-free assertion that the target file doesn't yet exist.
* Simple high-level API that wraps a very flexible class-based API.
* Consistent error handling across platforms.