File-read-backwards

Latest version: v3.0.0

Safety actively analyzes 619504 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

3.0.0

------------------

* Officially support Python 3.7 - 3.11.

2.0.0

------------------

Mimicing Python file object behavior.

* FileReadBackwards no longer creates multiple iterators (a change of behavior from 1.x.y version)
* Adding readline() function retuns one line at a time with a trailing new line and empty string when it reaches end of file.
The fine print: the trailing new line will be `os.linesep` (rather than whichever new line type in the file).

1.2.2

------------------

* Re-release of 1.2.1 for ease of updating pypi page for updated travis & pyup.

1.2.1

------------------

* Made doc strings consistent to Google style and some code linting

1.2.0

------------------

* Include context manager style as it provides cleaner/automatic close functionality

1.1.2

------------------

* Documentation re-arrangement. Usage examples are now in README.rst
* Minor refactoring

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.