Metadata-Version: 2.3
Name: zensols_dbpg
Version: 1.5.0
Summary: A PostgreSQL implementation of the dbutil library.
Project-URL: Homepage, https://github.com/plandes/dbpg
Project-URL: Documentation, https://plandes.github.io/dbpg
Project-URL: Repository, https://github.com/plandes/dbpg.git
Project-URL: Issues, https://github.com/plandes/dbpg/issues
Project-URL: Changelog, https://github.com/plandes/dbpg/blob/master/CHANGELOG.md
Author-email: Paul Landes <landes@mailc.net>
License: MIT
Keywords: database,postgres,tooling
Requires-Python: <3.15,>=3.11
Requires-Dist: psycopg2~=2.9.9
Requires-Dist: zensols-db~=1.5.0
Description-Content-Type: text/markdown

# PostgreSQL dbutil

[![PyPI][pypi-badge]][pypi-link]
[![Python 3.13][python313-badge]][python313-link]
[![Python 3.12][python312-badge]][python312-link]

A [PostgreSQL] implementation of the [dbutil] library.


## Documentation

See the [full documentation](https://plandes.github.io/dbutilpg/index.html).
The [API reference](https://plandes.github.io/dbutilpg/api.html) is also
available.


## Obtaining

The library can be installed with pip from the [pypi] repository:
```bash
pip3 install zensols.dbutilpg
```


## Changelog

An extensive changelog is available [here](CHANGELOG.md).


## Community

Please star this repository and let me know how and where you use this API.
[Contributions](CONTRIBUTING.md) as pull requests, feedback, and any input is
welcome.


## License

[MIT License](LICENSE.md)

Copyright (c) 2019 - 2026 Paul Landes


<!-- links -->
[pypi]: https://pypi.org/project/zensols.dbutilpg/
[pypi-link]: https://pypi.python.org/pypi/zensols.dbpg
[pypi-badge]: https://img.shields.io/pypi/v/zensols.dbpg.svg
[python313-badge]: https://img.shields.io/badge/python-3.13-blue.svg
[python313-link]: https://www.python.org/downloads/release/python-3130
[python312-badge]: https://img.shields.io/badge/python-3.12-blue.svg
[python312-link]: https://www.python.org/downloads/release/python-3120


[PostgreSQL]: https://www.postgresql.org
[dbutil]: https://github.com/plandes/dbutil
