Metadata-Version: 2.4
Name: novastack
Version: 1.1.5
Summary: Forge data pipelines, unleash smart AI applications.
Project-URL: Documentation, https://novastack-project.github.io/novastack
Project-URL: Repository, https://github.com/novastack-project/novastack
Author-email: Leonardo Furnielis <leonardofurnielis@outlook.com>
License: Apache-2.0
License-File: LICENSE
Keywords: AI,LLM,QA,RAG,data,observability,retrieval,semantic-search
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.11
Requires-Dist: novastack-core<2.0.0,>=1.1.5
Requires-Dist: novastack-llms-litellm<2.0.0,>=1.0.1
Requires-Dist: novastack-loaders-file<2.0.0,>=1.0.1
Provides-Extra: dev
Requires-Dist: pytest-asyncio<2.0.0,>=1.3.0; extra == 'dev'
Requires-Dist: pytest<10.0.0,>=9.0.3; extra == 'dev'
Requires-Dist: ruff<1.0.0,>=0.15.8; extra == 'dev'
Description-Content-Type: text/markdown

# 🗂️ NovaStack

![PyPI - Version](https://img.shields.io/pypi/v/novastack)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![Testing](https://github.com/novastack-project/novastack/actions/workflows/test.yml/badge.svg)](https://github.com/novastack-project/novastack/actions/workflows/test.yml)
![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)
![Pepy Total Downloads](https://img.shields.io/pepy/dt/novastack)
![PyPI - License](https://img.shields.io/pypi/l/novastack)

Forge data pipelines, unleash smart AI applications.

## Installation 

```bash
pip install novastack
```
