Metadata-Version: 2.1
Name: pgLLM
Version: 0.0.1a1
Summary: Easily create LLM vectors for existing Postgres data
Home-page: https://github.com/Florents-Tselai/pgllm
Author: Florents Tselai
Author-email: florents@tselai.com
License: Apache License, Version 2.0
Project-URL: Documentation, https://pgllm.tselai.com/en/stable/
Project-URL: Changelog, https://pgllm.tselai.com/en/stable/changelog.html
Project-URL: Source code, https://github.com/Florents-Tselai/pgllm
Project-URL: Issues, https://github.com/Florents-Tselai/pgllm/issues
Project-URL: CI, https://github.com/Florents-Tselai/pgllm/actions
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pgapi
Requires-Dist: sqlite-fts4
Requires-Dist: click
Requires-Dist: click-default-group>=1.2.3
Requires-Dist: tabulate
Requires-Dist: python-dateutil
Requires-Dist: pluggy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: cogapp; extra == "test"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: codespell; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: beanbag-docutils>=2.0; extra == "docs"
Requires-Dist: pygments-csv-lexer; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Provides-Extra: mypy
Requires-Dist: mypy; extra == "mypy"
Requires-Dist: types-click; extra == "mypy"
Requires-Dist: types-tabulate; extra == "mypy"
Requires-Dist: types-python-dateutil; extra == "mypy"
Requires-Dist: types-pluggy; extra == "mypy"
Requires-Dist: data-science-types; extra == "mypy"
Provides-Extra: flake8
Requires-Dist: flake8; extra == "flake8"
Provides-Extra: tui
Requires-Dist: trogon; extra == "tui"

<p align="center">

[//]: # (<p align="center">)

[//]: # (   <img width="50%" height="40%" src="" alt="Logo">)

[//]: # (  </p>)

  <h1 align="center">pgLLM</h1>
  <p align="center">
  <strong>Easily create LLM vectors for existing Postgres data</strong>
    <br> <br />
    <a href="#status"><strong> Status</strong></a> |
    <a href="#why"><strong> Why</strong></a> |
    <a href="#how"><strong> How </strong></a> |
    <a href="#installation"><strong> Installation </strong></a> |
    <a href="#usage"><strong> Usage </strong></a> |
    <a href="#roadmap"><strong> Roadmap </strong></a> 

   </p>
<p align="center">

<p align="center">
<a href="https://pypi.org/project/pgllm/"><img src="https://img.shields.io/pypi/v/pgllm?label=PyPI"></a>
<a href="https://github.com/Florents-Tselai/pgllm/actions/workflows/test.yml?branch=mainline"><img src="https://github.com/Florents-Tselai/pgllm/actions/workflows/test.yml/badge.svg"></a>
<a href="https://codecov.io/gh/Florents-Tselai/pgllm"><img src="https://codecov.io/gh/Florents-Tselai/pgllm/branch/main/graph/badge.svg"></a>  
<a href="https://opensource.org/licenses/Apache Software License 2.0"><img src="https://img.shields.io/badge/Apache Software License 2.0.0-blue.svg"></a>
<a href="https://github.com/Florents-Tselai/pgllm/releases"><img src="https://img.shields.io/github/v/release/Florents-Tselai/pgllm?include_prereleases&label=changelog"></a>

## Status

## Why

## How

## Installation

## Usage

```bash
pip install pgllm
```

## Roadmap

