Metadata-Version: 1.1
Name: django-docfield-couchdb
Version: 0.2.2
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: GPLv2
Download-URL: http://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
            *) NEW in 1.1: an error-free setup.py install experience!
            
            And MORE!!! Coming soon of course.
            
        
Keywords: django,couchdb,json,NoSQL,database,utility,fields,models,trees,fields
Platform: any
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: Topic :: Database
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.6
