Metadata-Version: 2.1
Name: DBUtils
Version: 3.0.2
Summary: Database connections for multi-threaded environments.
Home-page: https://webwareforpython.github.io/DBUtils/
Author: Christoph Zwerschke
Author-email: cito@online.de
License: MIT License
Download-URL: https://pypi.org/project/DBUtils/
Project-URL: Documentation, https://webwareforpython.github.io/DBUtils/main.html
Project-URL: Changelog, https://webwareforpython.github.io/DBUtils/changelog.html
Project-URL: Issue Tracker, https://github.com/WebwareForPython/DBUtils/issues
Project-URL: Source Code, https://github.com/WebwareForPython/DBUtils
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

DBUtils
=======

DBUtils 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.

The suite supports DB-API 2 compliant database interfaces
and the classic PyGreSQL interface.

The current version 3.0.2 of DBUtils supports Python versions 3.6 to 3.10.

**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there were some breaking changes in version 2.0.**

The DBUtils home page can be found at https://webwareforpython.github.io/DBUtils/


