I had an issue trying to wrap AtomicFile, as it does not honor flush() calls (errors with AttributeError: 'AtomicFile' object has no attribute 'flush'). I went to check https://github.com/sashka/atomicfile-py and it is archived and not maintained.
https://github.com/untitaker/python-atomicwrites looks like a suitable replacement (but I'm not really familiar with either library).
Does anyone have opinions/thoughts on this?
I had an issue trying to wrap AtomicFile, as it does not honor flush() calls (errors with
AttributeError: 'AtomicFile' object has no attribute 'flush'). I went to check https://github.com/sashka/atomicfile-py and it is archived and not maintained.https://github.com/untitaker/python-atomicwrites looks like a suitable replacement (but I'm not really familiar with either library).
Does anyone have opinions/thoughts on this?