Metadata-Version: 1.1
Name: Python-PouchDB
Version: 0.4.0
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, PyQt4 or PyQt5 is required.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
