Metadata-Version: 2.3
Name: pineflow
Version: 0.6.17
Summary: Load any data in one line of code and connect with AI applications
License: MIT
Keywords: AI,LLM,QA,RAG,data,monitor,retrieval,semantic-search
Author: Leonardo Furnielis
Author-email: leonardofurnielis@outlook.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: accelerate (>=1.7.0,<2.0.0)
Requires-Dist: certifi (>=2025.4.26,<2026.0.0)
Requires-Dist: deprecated (>=1.2.18,<2.0.0)
Requires-Dist: nltk (>=3.9.1,<4.0.0)
Requires-Dist: numpy (>=2.2.6,<3.0.0)
Requires-Dist: pydantic (>=2.11.5,<3.0.0)
Requires-Dist: sentence-transformers (>=4.1.0,<5.0.0)
Requires-Dist: tiktoken (>=0.9.0,<0.10.0)
Requires-Dist: torch (>=2.7.1,<3.0.0)
Project-URL: Documentation, https://run-pine.github.io/pineflow/
Project-URL: Repository, https://github.com/run-pine/pineflow
Description-Content-Type: text/markdown

![Pineflow logo](./docs/static/img/pineflow-logo.png)

![PyPI - Version](https://img.shields.io/pypi/v/pineflow)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pineflow)
![PyPI - License](https://img.shields.io/pypi/l/pineflow)

## Installation 

```bash
pip install pineflow
```

## 📄 Documentation

The documentation can be found Click [here](https://run-pine.github.io/pineflow/)!

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

