Diff and dump everything


Keywords
analyzer, python
License
AGPL-3.0
Install
pip install freeze==0.0.1

Documentation

Freeze has been renamed to pretty_dump

Diff and dump everything

Read the Docs

Freeze the state of data-structures and objects for data-analysis or testing (diffing data-structures). Frozen data-structures consist of only tuples and these are comparable/sortable/hashable. The freeze() function can be used for many purposes for example implement __hash__() for your complex object very fast. dump() is intended for testing and analysis.

FAQ

  • Help! What is this, what is happending, where am I?

This is a long dead project a lot of people are installing for some reason. You don't need it, trust me.