Eventio

Latest version: v1.14.0

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

Scan your dependencies

Page 7 of 11

0.21.0

* Several optimizations result in roughly 5 - 10% faster reading of simtel files
* `EventIOFile` and `EventIOObject` act as true iterators now (do not reset int `__iter__`)
* Removed the hotfix for the memory leak for zstd files, as this was fixed upstream in version 0.11.1

Merged PRs:

* Merge pull request 177 from cta-observatory/update_readme
* Merge pull request 174 from cta-observatory/fix_iterators
* Merge pull request 176 from cta-observatory/remove_zstd_hotfix
* Merge pull request 175 from cta-observatory/gitignore
* Merge pull request 172 from cta-observatory/reorder_ifs
* Merge pull request 171 from cta-observatory/no_init_parsing

0.20.3

* Better string representation of three iact objects
* fix seeking 0 bytes for zstd files

0.20.2

Monkey patch for zstandard memory leak, see 168

0.20.1

Add `tell` method to `PipeWrapper` to make it a valid file object

0.20.0

* Use gzip subprocess instead of gzip module by default, speeds up reading gz files by ~20%
* Remove unnecessary logging call in reading function, ~ 5% speed up
* Use explicit types from stdint.h for cython code to improve readability

0.19.0

* Do not read timestamp of `History*`, in `__init__`. These objects do no longer have
a timestamp member, but their `parse` methods return a tuple of `timestamp, content`.

* Refactor `iact.ArrayOffsets` to use the version header field instead of guessing the number of columns.

* Improve printing of objects (`__repr__` shows Low-Level eventio info, `__str__` shows higher level object info, improved printing utils)

Page 7 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.