[ 原始碼: file-read-backwards ]
套件:python3-file-read-backwards(3.2.0-1)
python3-file-read-backwards 的相關連結
Debian 的資源:
下載原始碼套件 file-read-backwards:
- [file-read-backwards_3.2.0-1.dsc]
- [file-read-backwards_3.2.0.orig.tar.gz]
- [file-read-backwards_3.2.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-file-read-backwards 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)