Metadata-Version: 2.3
Name: litestar-geoalchemy
Version: 0.1.0
Summary: Add your description here
Author: cemrehancavdar
Author-email: cemrehancavdar <50503448+cemrehancavdar@users.noreply.github.com>
Requires-Dist: geoalchemy2>=0.16.0
Requires-Dist: litestar>=2.0
Requires-Dist: shapely>=2.0.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Litestar GeoAlchemy2 Plugin

> ⚠️ **Work In Progress** - This plugin is currently under development.

## Overview

A Litestar plugin for integrating GeoAlchemy2 with SQLAlchemy, providing seamless support for geographic and geometric data types in your Litestar applications.

## Features

- 🗺️ Geographic data type support via GeoAlchemy2
- 🔌 Easy integration with Litestar's SQLAlchemy plugin
- 🛠️ Automatic serialization/deserialization of geometric types
- 📦 Type-safe geometric operations (WIP)

## Installation

```bash
pip install litestar-geoalchemy
uv add litestar-geoalchemy
```

## Quick Start

```python
from litestar import Litestar
from litestar_geoalchemy import GeoAlchemyPlugin

app = Litestar(
    plugins=[GeoAlchemyPlugin()],
)
```

## Usage
WIP 

## Requirements

WIP

## License

MIT

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.
