Metadata-Version: 1.0
Name: dict-compare
Version: 1.0.1
Summary: A dictionary comparer with decent difference reporting
Home-page: UNKNOWN
Author: Marijn Vriens
Author-email: marijn+dictcompare@metronomo.cl
License: BSD
Description: dict_compare compares two python dictionaries and reports on any
        differences between them.
        
        This can be very handy when comparing dictionary structures. Typical
        case is comparing expected and received values in a unittest.
        
Keywords: dictionary dict compare library testing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
