Metadata-Version: 1.1
Name: rdbhdb
Version: 0.9.8
Summary: DB API module for accessing hosted databases at www.rdbhost.com
Home-page: http://www.rdbhost.com/
Author: David Keeney
Author-email: dkeeney@rdbhost.com
License: MIT
Description: 
              Rdbhost hosts PostgreSQL databases, queried through HTTP 
              (it is a web service). This module provides a DB API 2 API 
              to access rdbhost.com hosted databases from your application.
              Uses gzip compression to conserve bandwidth and time. Can
              be used on Google Appengine or any other Python platform.
              Starting with version 0.9.6, supports Asyncio.
              
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
