inplace icon indicating copy to clipboard operation
inplace copied to clipboard

In-place file processing in Python

Results 5 inplace issues
Sort by recently updated
recently updated
newest added

Somewhere (in the README?) document exactly how `in-place` works with regards to creating temporary files and moving things around.

documentation

`InPlace` should gain a `create: bool` option that defaults to `False`. If this option is set to `True` and the specified input file doesn't exist, `in-place` should create the file...

enhancement

`InPlace` should gain a `follow_symlinks: bool` option for controlling whether to resolve any symbolic links in the input file path before opening the file for reading. Setting this to `True`...

enhancement