summaryrefslogtreecommitdiff
path: root/textproc/py-file-read-backwards/pkg-descr
blob: bc5821694d7d1e20030704b36d41a57dfa761423 (plain) (blame)
1
2
3
4
5
6
This package is for reading file backward line by line as unicode in a
memory efficient manner for both Python 2.7 and Python 3.

It currently supports ascii, latin-1, and utf-8 encodings.

It supports "\r", "\r\n", and "\n" as new lines.