Metadata-Version: 1.0
Name: simpledict
Version: 0.1.1
Summary: Simple dictionary wrapper
Home-page: http://github.com/robspychala/simpledict
Author: Robert Spychala
Author-email: robspychala@gmail.com
License: MIT
Description: Makes dict modeling easy for document based databases with minimal extra funcitonality.
        
        more info available at http://github.com/robspychala/simpledict
        
        -----------------
        
          * Permissioning
          * Embedded documents
          * Minimization of field names
          * Python Properties
          * One python file
          * Doctests - functionality is unit tested
        
        Missing features
        
          * No type system
          * No validation - up to you as the developer to add it.
        
Keywords: dict,mongo
Platform: any
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
