Metadata-Version: 1.1
Name: freeze
Version: 0.6.0
Summary: Freeze - hash / sort / compare / diff anything
Home-page: https://github.com/adfinis-sygroup/freeze
Author: Jean-Louis Fuchs
Author-email: ganwell@fangorn.ch
License: Modified BSD
Description: 
        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 method can be used
        for many purposes for example implement __hash__ for your complex object
        very fast. freeze_stable and flatten are usable for testing and analysis.
Keywords: freeze state hash sort compare unittest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Testing
