Package: wnpp Severity: wishlist Owner: Edward Betts <edw...@4angle.com>
* Package name : file-read-backwards Version : 3.1.0 Upstream Author : Robin Robin <robinsquar...@gmail.com> * URL : https://github.com/RobinNil/file_read_backwards * License : MIT Programming Lang: Python Description : Memory efficient way of reading files line-by-line from the end of file A library designed to read files backward line by line. It supports multiple encodings such as ascii, latin-1, and utf-8, and handles various newline characters including '\r', '\r\n', and '\n'. Suitable for processing large files without consuming a lot of memory, it reads lines as unicode, ensuring compatibility with most text files. Additionally, it provides functionality for both incremental line reading and reading lines one at a time through its API. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.