Metadata-Version: 2.4
Name: pineflow
Version: 0.7.4
Summary: Load any data in one line of code and connect with AI applications
Project-URL: Documentation, https://run-pineflow.github.io/pineflow/
Project-URL: Repository, https://github.com/run-pineflow/pineflow
Author-email: Leonardo Furnielis <leonardofurnielis@outlook.com>
License: MIT
License-File: LICENSE
Keywords: AI,LLM,QA,RAG,data,monitor,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: <4.0,>=3.10
Requires-Dist: pineflow-core<0.8.0,>=0.7.7
Requires-Dist: pineflow-embeddings-huggingface<0.8.0,>=0.7.1
Requires-Dist: pineflow-llms-litellm<0.8.0,>=0.7.2
Requires-Dist: pineflow-readers-docling<0.8.0,>=0.7.3
Requires-Dist: pineflow-readers-file<0.8.0,>=0.7.1
Provides-Extra: dev
Requires-Dist: ruff>=0.11.13; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo>=2024.8.6; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
Requires-Dist: sphinx-favicon>=1.0.1; extra == 'docs'
Requires-Dist: sphinx>=8.1.3; extra == 'docs'
Description-Content-Type: text/markdown

# 🗂️ Beekeeper 🐝

![PyPI - Version](https://img.shields.io/pypi/v/pineflow)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
![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/pineflow)
![PyPI - License](https://img.shields.io/pypi/l/beekeeper-ai)

## Installation 

```bash
pip install beekeeper-ai
```

## 📄 Documentation

The documentation can be found Click [here](https://beekeeper-ai.github.io/beekeeper/)!

Please check it out for overview of the interfaces, components, integrations and other resources!
