Metadata-Version: 1.1
Name: normalize
Version: 0.4.6
Summary: Declarative Python meta-model system and visitor utilities
Home-page: http://hearsaycorp.github.io/normalize
Author: Hearsay Labs, Inc
Author-email: svilain@hearsaylabs.com
License: MIT
Description: 
        This module lets you declare classes and object properties, and then
        get support for marshaling to and from JSON data model, as well as the
        ability to retrieve a list of differences between two parsed data
        structures, and refer to fields within a structure using a 'selector'.
        
Platform: UNKNOWN
Requires: richenum (>=1.0.0)
