Metadata-Version: 1.0
Name: django-docfield-couchdb
Version: 0.1.0
Summary: Django fields for representing CouchDB docs and more.
Home-page: http://github.com/fish2000/django-docfield-couchdb/
Author: Alexander Bohn
Author-email: fish2000@gmail.com
License: BSD
Download-URL: https://github.com/fish2000/django-docfield-couchdb/zipball/master
Description: 
            
            Django fields and other add-ons that represent key CouchDB data structures:
            
            *) Docs, which can authoratively reside in either Couch or your Django RDBMS
            *) Arbitrary JSON subtrees
            *) CouchDB _id and _rev identifiers
            
            And MORE! Coming soon of course. (next up, JSON diff views and widgets!)
            
            
Keywords: django,couchdb,json,NoSQL,database,utility,fields,models,trees,fields
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Other Environment
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Classifier: Topic :: Utilities
