Metadata-Version: 1.1
Name: normalize
Version: 2.0.0
Summary: Declarative Python meta-model system and visitor utilities
Home-page: http://hearsaycorp.github.io/normalize
Author: Hearsay Social
Author-email: opensource@hearsaysocial.com
License: MIT
Description: 
        This module lets you declare classes and object properties, and then
        get support for marshaling to and from JSON data.  You can also compare
        objects to see if they have changed in meaningful ways.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
