Metadata-Version: 2.4
Name: AirPostgres
Version: 0.1.0
Summary: PostgreSQL persistence backend for AirModel
Project-URL: bugs, https://github.com/feldroy/AirPostgres/issues
Project-URL: changelog, https://github.com/feldroy/AirPostgres/releases
Project-URL: documentation, https://feldroy.github.io/AirPostgres/
Project-URL: homepage, https://github.com/feldroy/AirPostgres
Author-email: "Audrey M. Roy Greenfeld" <audrey@feldroy.com>
Maintainer-email: "Audrey M. Roy Greenfeld" <audrey@feldroy.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: rich
Requires-Dist: typer
Description-Content-Type: text/markdown

# AirPostgres

[![PyPI version](https://img.shields.io/pypi/v/AirPostgres.svg)](https://pypi.org/project/AirPostgres/)
[![PyPI downloads](https://static.pepy.tech/badge/AirPostgres/month)](https://pepy.tech/projects/AirPostgres)

PostgreSQL persistence backend for AirModel

* [GitHub](https://github.com/feldroy/AirPostgres/) | [PyPI](https://pypi.org/project/AirPostgres/) | [Documentation](https://feldroy.github.io/AirPostgres/)
* Created by [Audrey M. Roy Greenfeld](https://audrey.feldroy.com/) | GitHub [@audreyfeldroy](https://github.com/audreyfeldroy) | PyPI [@audreyfeldroy](https://pypi.org/user/audreyfeldroy/)
* MIT License

## Features

* TODO

## Installation

```bash
uv add AirPostgres
```

## Usage

```python
import airpostgres
```

## Documentation

Full documentation is available on
[GitHub Pages](https://feldroy.github.io/AirPostgres/).

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, and
documentation instructions.

## Author

AirPostgres was created in 2026 by Audrey M. Roy Greenfeld.

Built with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
