Metadata-Version: 1.1
Name: CTDBUtils
Version: 1.2.2
Summary: Database connections for multi-threaded environments.
Home-page: https://github.com/189cn/CTDBUtils
Author: Xu Rui
Author-email: xurui1@chinatelecom.cn
License: MIT License
Description: CTDBUtils is a suite of tools providing solid, persistent and pooled connections
        to a database that can be used in all kinds of multi-threaded environments
        like Webware for Python or other web application servers. The suite supports
        DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
        
        Based on https://cito.github.io/CTDBUtils/
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
