in_place
In-place file processing in Python
In-place file processing in Python
To install this package, run one of the following:
The inplace module provides an InPlace class for reading & writing a file "in-place": data that you write ends up at the same filepath that you read from, and inplace takes care of all the necessary mucking about with temporary files for you.
Summary
In-place file processing in Python
Last Updated
Dec 1, 2024 at 16:43
License
MIT
Total Downloads
13.9K
Supported Platforms
GitHub Repository
https://github.com/jwodder/inplace