Metadata-Version: 2.4
Name: gaussdb-pool
Version: 1.0.4
Summary: Connection Pool for GaussDB
Author-email: Daniele Varrazzo <daniele.varrazzo@gmail.com>
License: GNU Lesser General Public License v3 (LGPLv3)
Project-URL: Homepage, https://github.com/HuaweiCloudDeveloper/gaussdb-python/
Project-URL: Documentation, https://github.com/HuaweiCloudDeveloper/gaussdb-python/
Project-URL: Code, https://github.com/HuaweiCloudDeveloper/gaussdb-python/
Project-URL: Issue Tracker, https://github.com/HuaweiCloudDeveloper/gaussdb-python/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: typing-extensions>=4.6
Dynamic: license-file

gaussdb: GaussDB database adapter for Python - Connection Pool
===================================================================

This distribution package is an optional component of `gaussdb`: it
contains the optional connection pool package `gaussdb_pool`.

This package is kept separate from the main ``gaussdb`` package because it is
likely that it will follow a different release cycle.

You can also install this package using::

    pip install "gaussdb[pool]"

Please read `the project readme` and `the installation documentation` for
more details.

|

License
-------

This project is a **fork** of `psycopg <https://www.psycopg.org/>`_, originally developed by the Psycopg Team.

- **Original work**: Copyright © 2020 The Psycopg Team  
- **Modifications**: Copyright © 2025 Huawei Cloud Developer Team  
- **License**: GNU Lesser General Public License v3.0 (`LGPL v3 <https://www.gnu.org/licenses/lgpl-3.0.en.html>`_)

**gaussdb_pool** inherits the same license. All modifications are distributed under the **LGPL v3**.

See the full license text in the `LICENSE.txt` file.

.. note::

   **Important**: When redistributing this package (including on PyPI), you **must** include the ``LICENSE.txt`` file.

|

.. _psycopg: https://www.psycopg.org/
