Compoundfiles

Latest version: v0.3

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

Scan your dependencies

0.3

========================

* Added a comprehensive test suite and fixed several small bugs as a result
(all to do with invalid file handling) (`2`_)
* Added an mmap emulation to enable reading of massive files on 32-bit systems;
the emulation is necessarily slower than "proper" mmap but that's the cost
of staying on 32-bit! (`6`_)
* Extended the warning and error hierarchy so that users of the library can
fine tune exactly what warnings they want to consider errors (`3`_)

.. _2: https://github.com/waveform80/compoundfiles/issues/2
.. _3: https://github.com/waveform80/compoundfiles/issues/3
.. _6: https://github.com/waveform80/compoundfiles/issues/6

0.2

========================

* Fixed a nasty bug where opening multiple streams in a compound document would
result in shared file pointer state (`4`_)
* Fixed Python 3 compatibility - many thanks to Martin Panter for the bug
report! (`5`_)

.. _4: https://github.com/waveform80/compoundfiles/issues/4
.. _5: https://github.com/waveform80/compoundfiles/issues/5

0.1

========================

Initial release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.