Metadata-Version: 2.1
Name: lavender-data
Version: 0.0.13
Summary: Load & evolve datasets efficiently
Home-page: https://github.com/fal-ai/lavender-data
License: Apache-2.0
Author: Hanch Han
Author-email: cndghks15@gmail.com
Requires-Python: >=3.11,<4
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: attrs (>=22.2.0)
Requires-Dist: fastapi[standard] (==0.115.6)
Requires-Dist: httpx (>=0.20.0,<0.29.0)
Requires-Dist: numpy (==2.1.2)
Requires-Dist: psycopg2-binary (>=2.9.10,<3.0.0)
Requires-Dist: pyarrow (==19.0.1)
Requires-Dist: pydantic-settings (>=2.8.1,<3.0.0)
Requires-Dist: python-daemon (>=3.1.2,<4.0.0)
Requires-Dist: python-dateutil (>=2.8.0,<3.0.0)
Requires-Dist: redis[hiredis] (>=5.2.1,<6.0.0)
Requires-Dist: sqlmodel (>=0.0.23,<0.0.24)
Requires-Dist: ujson (>=5.10.0,<6.0.0)
Project-URL: Changelog, https://docs.lavenderdata.com/release-notes
Project-URL: Documentation, https://docs.lavenderdata.com
Project-URL: Repository, https://github.com/fal-ai/lavender-data
Description-Content-Type: text/markdown

<p align="center">
    <img src="./assets/logo.webp" alt="Lavender Data Logo" width="50%" />
</p>

<h2>
    <p align="center">
        Load & evolve datasets efficiently
    </p>
</h2>

<p align="center">
    <a href="https://pypi.org/project/lavender-data/">
        <img alt="PyPI" src="https://img.shields.io/pypi/v/lavender-data.svg">
    </a>
    <a href="https://discord.gg/fal-ai">
        <img alt="Discord" src="https://img.shields.io/badge/Discord-chat-2eb67d.svg?logo=discord">
    </a>
    <a href="https://github.com/fal-ai/lavender-data/blob/main/LICENSE">
        <img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-green.svg">
    </a>
</p>

<br />

<p align="center">
    Please visit our docs for more information.
    <br />
    <a href="https://docs.lavenderdata.com/">
        docs.lavenderdata.com
    </a>
</p>

