Metadata-Version: 1.0
Name: springfield
Version: 0.7.9
Summary: A backend agnostic data modeling entity library
Home-page: http://springfield.readthedocs.org
Author: Mike Thornton
Author-email: six8@devdetails.com
License: BSD
Download-URL: http://github.com/six8/springfield
Description: ===========
        SpringField
        ===========
        
        SpringField makes API data easy.
        
        SpringField makes it simple to model structured data. Once the data is modeled,
        SpringField can parse API responses into easy to use Python objects and types. It
        can also generate the same structured data for making API request.
        
        SpringField is ideal for:
        
        - Restful JSON API data structures
        - Parsing CSV data structures from ``csv.DictReader``
        - Turning anything Python can parse into a ``dict`` or ``list`` into a structured object
        
        Similar Projects
        ----------------
        
        * `schematics (formerly dictshield) <https://github.com/j2labs/schematics>`_
Keywords: orm
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
