Metadata-Version: 1.0
Name: springfield
Version: 0.7.7
Summary: A backend agnostic data modeling entity library
Home-page: UNKNOWN
Author: Mike Thornton
Author-email: six8@devdetails.com
License: MIT
Download-URL: http://github.com/six8/springfield
Description: ===========
        SpringField
        ===========
        
        SpringField makes it easy to model structured data.
        
        It provides three abstractions:
        
        1. Fields - A data type property
        2. Entity - A container of fields
        3. Persona - A different representation of an Entity which handles validation
        
        Similar Projects
        ----------------
        
        * `schematics (formerly dictshield) <https://github.com/j2labs/schematics>`_
Keywords: orm
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
