Metadata-Version: 2.1
Name: nimue
Version: 0.0.3
Summary: Database connection pooler for Python
Home-page: http://github.com/jlucasdba/nimue
Author: James Lucas
Author-email: 73145226+jlucasdba@users.noreply.github.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.3
License-File: LICENSE

Nimue is a database connection pool for Python. It aims to work with any thread-safe DBAPI 2.0 compliant SQL database driver. It is written in pure Python, and supports Python 3.3+. Connections in the pool are periodically checked for liveness by a background thread, and replaced if needed.

