Metadata-Version: 2.4
Name: novastack-core
Version: 2.0.2
Summary: Forge data pipelines, unleash smart AI applications.
Project-URL: Repository, https://github.com/novastack-project/novastack/tree/main/novastack-core
Author-email: Leonardo Furnielis <leonardofurnielis@outlook.com>
License: Apache-2.0
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: deprecated<2.0.0,>=1.3.1
Requires-Dist: httpx<1.0.0,>=0.28.1
Requires-Dist: nltk<4.0.0,>=3.9.2
Requires-Dist: novastack-instrumentation<3.0.0,>=2.0.0
Requires-Dist: novastack-utils<2.0.0,>=1.0.0
Requires-Dist: novastack-workflows<3.0.0,>=2.0.1
Requires-Dist: numpy<2.0.0,>=1.26.4
Requires-Dist: pydantic<3.0.0,>=2.12.5
Requires-Dist: tiktoken<0.13.0,>=0.12.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio<2.0.0,>=1.3.0; extra == 'dev'
Requires-Dist: pytest-mock<4.0.0,>=3.15.1; 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 Core

Core Python package providing essential abstractions and interfaces for building LLM applications, with a focus on Retrieval-Augmented Generation (RAG).

## Installation 

```bash
pip install novastack-core
```
