Bread

Latest version: v3.1.0

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

Scan your dependencies

Page 2 of 2

2.0.0

Bread 2 represents a significant overhaul of Bread's internal structure.

It used to be that Bread parsed and unpacked an entire binary structure into a Python object on `parse`, and completely packed that structure up again on `write`. That wasn't the best design, especially in structures that have hundreds to thousands of tiny integers in them.

Bread now lazily loads fields and caches them. These two things should make it much faster to write and read large structures.

1.5.4

I neglected to add a package to setup.py; 1.5.4 fixes that.

1.5.3

The big changes in this release are the addition of Python 3 support and integration with Travis and Coveralls for testing and code coverage.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.