Metadata-Version: 2.3
Name: pjdev-postgres
Version: 4.0.1a2
Project-URL: Documentation, https://gitlab.purplejay.net/keystone/python/-/tree/main/keystone-postgres/README.md
Project-URL: Issues, https://gitlab.purplejay.net/keystone/python/-/issues
Project-URL: Source, https://gitlab.purplejay.net/keystone/python
Author-email: Purple Jay LLC <it@purplejay.io>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Requires-Dist: loguru
Requires-Dist: psycopg[binary,pool]>=3.1.19
Requires-Dist: pydantic-settings>=2.3.1
Requires-Dist: sqlmodel>=0.0.19
Provides-Extra: dev
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# keystone-postgres

[![PyPI - Version](https://img.shields.io/pypi/v/pjdev-postgres.svg)](https://pypi.org/project/pjdev-postgres)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pjdev-postgres.svg)](https://pypi.org/project/pjdev-postgres)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pjdev-postgres
```

## License

`pjdev-postgres` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
