Metadata-Version: 1.0
Name: polydatum
Version: 0.7.3
Summary: An encapsulated persistance layer for Python
Home-page: UNKNOWN
Author: Mike Thornton
Author-email: six8@devdetails.com
License: MIT
Description: =========
        Polydatum
        =========
        
        A Python enscapsulated persitance layer for supporting many data access layers.
        
        Very rough at the moment, only offers basic functionality.
        
        Principals
        ----------
        
        - Methods that get an object should return `None` if an object can not be found.
        - Methods that rely on an object existing to work (such as `create` that relies on a parent object) should raise `NotFound` if the parent object does not exist.
Keywords: orm,peristance
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
