Indexed-gzip

Latest version: v1.8.7

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

Scan your dependencies

Page 8 of 9

0.5.1

Changes in this release:

* Unit tests are run on a 32 bit platform
* The `indexed_gzip` package now has a `__version__` attribute

0.5.0

Changes in this release:

* Re-arranged code layout - there is now a top level `indexed_gzip` package,
which contains the `indexed_gzip` module, and the `tests` package. Done so
that tests can be distributed properly. No API changes though.

* `zran_seek` input parameter types made more specific due to an issue on 32 bit
platforms.

0.4.1

Changes in this release:

* A tiny adjustment to unit test management allowing tests to be run from a
different directory

0.4.0

Changes in this release involve modifications and additions to the
`IndexedGzipFile` class to make it look and behave more like the built-in
`gzip.GzipFile` class.

* `__init__` accepts `filename` and `mode` as its first two parameters

* Changed default values for `__init__` parameters to values which have been
qualitatively tested

* `readline`, `readlines`, `__iter__` and `__next__` methods added, for
iteration over lines in text data

* `seek` method accepts a `whence` parameter, and allows seeking from
`SEEK_SET` or `SEEK_CUR`,

0.3.3

Changes in this release:

* `SafeIndexedGzipFile` was broken under python 3.

0.3.2

Changes in this release:

* Bugfix (PR 2)

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.