Metadata-Version: 2.4
Name: novastack
Version: 2.0.2
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<3.0.0,>=2.0.2
Requires-Dist: novastack-llms-litellm<3.0.0,>=2.0.0
Requires-Dist: novastack-loaders-file<3.0.0,>=2.0.0
Provides-Extra: dev
Requires-Dist: pyright<1.2.0,>=1.1.409; 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

<div align="center">
  <img alt="Novastack Logo" src=".github/images/logo-light.png" width="50%">
</div>

<div align="center">
  <h3>Forge data pipelines, unleash smart AI applications.</h3>
</div>

<div align="center">
  <img src="https://img.shields.io/pypi/v/novastack" alt="PyPI - Version">
  <img src="https://github.com/novastack-project/novastack/actions/workflows/test.yml/badge.svg" alt="Testing">
  <img
    src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"
    alt="Ruff">
  <img src="https://img.shields.io/pepy/dt/novastack" alt="Pepy Total Downloads">
  <img src="https://img.shields.io/pypi/l/novastack" alt="PyPI - License">
</div>

## Installation 

```bash
pip install novastack
```
