Metadata-Version: 1.1
Name: Python-PouchDB
Version: 0.1.1
Summary: A Python interface to PouchDB
Home-page: http://python-pouchdb.marten-de-vries.nl/
Author: Marten de Vries
Author-email: marten@openteacher.org
License: UNKNOWN
Description: Python-PouchDB provides an interface to all the
        goodness of the PouchDB JavaScript library (http://pouchdb.com/). It's
        released under the Apache License v2 and it also offers a synchronous
        API.
        
        Uses QtWebKit internally, so either PySide or PyQt4 is required.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
