Metadata-Version: 1.1
Name: models
Version: 0.0.3
Summary: Python models for semi-structured data.
Home-page: http://bitbucket.org/neithere/models/
Author: Andrey Mikhaylenko
Author-email: andy@neithere.net
License: GNU Lesser General Public License (LGPL), Version 3
Download-URL: http://bitbucket.org/neithere/models/src/
Description: Models is a framework for mapping Python classes to semi-structured data. It isn't an ORM because it does not map *relational* data to Python objects. Instead it helps to define a valuable subset of data in a key/value storage or a document-oriented database and allows to work with only certain parts of entities -- the parts you need.
Keywords: query database api model models orm key/value document-oriented non-relational
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: python (>= 2.5)
Provides: models
