Metadata-Version: 2.4
Name: zenpyre
Version: 0.0.1a22
Dynamic: Maintainer
Dynamic: Maintainer-email
Summary: Utilities for LangChain
Project-URL: Homepage, https://github.com/durandtibo/zenpyre
Project-URL: Repository, https://github.com/durandtibo/zenpyre
Project-URL: Documentation, https://durandtibo.github.io/zenpyre/
Project-URL: Changelog, https://github.com/durandtibo/zenpyre/releases
Project-URL: Issues, https://github.com/durandtibo/zenpyre/issues
Author-email: Thibaut Durand <durand.tibo+gh@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: agent,langchain
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: coola<2.0,>=1.1.8
Requires-Dist: iden<1.0,>=0.4.1
Requires-Dist: langchain-core<2.0,>=1.4
Requires-Dist: langchain<2.0,>=1.3
Requires-Dist: langgraph<2.0,>=1.2
Requires-Dist: objectory<1.0,>=0.3.0
Requires-Dist: rich<16.0,>=15.0
Provides-Extra: all
Requires-Dist: duckdb<2.0,>=1.5; extra == 'all'
Requires-Dist: langchain-anthropic<2.0,>=1.4; extra == 'all'
Requires-Dist: langchain-chroma<2.0,>=1.0; (python_version >= '3.11') and extra == 'all'
Requires-Dist: langchain-google-genai<5.0,>=4.2; extra == 'all'
Requires-Dist: langchain-huggingface<2.0,>=1.2; extra == 'all'
Requires-Dist: langchain-ollama<2.0,>=1.1; extra == 'all'
Requires-Dist: langchain-openai<2.0,>=1.2; extra == 'all'
Requires-Dist: langchain-text-splitters<2.0,>=1.0; extra == 'all'
Requires-Dist: sentence-transformers<6.0,>=5.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: langchain-anthropic<2.0,>=1.4; extra == 'anthropic'
Provides-Extra: chroma
Requires-Dist: langchain-chroma<2.0,>=1.0; (python_version >= '3.11') and extra == 'chroma'
Provides-Extra: duckdb
Requires-Dist: duckdb<2.0,>=1.5; extra == 'duckdb'
Provides-Extra: google-genai
Requires-Dist: langchain-google-genai<5.0,>=4.2; extra == 'google-genai'
Provides-Extra: huggingface
Requires-Dist: langchain-huggingface<2.0,>=1.2; extra == 'huggingface'
Provides-Extra: ollama
Requires-Dist: langchain-ollama<2.0,>=1.1; extra == 'ollama'
Provides-Extra: openai
Requires-Dist: langchain-openai<2.0,>=1.2; extra == 'openai'
Provides-Extra: sentence-transformers
Requires-Dist: sentence-transformers<6.0,>=5.0; extra == 'sentence-transformers'
Provides-Extra: text-splitters
Requires-Dist: langchain-text-splitters<2.0,>=1.0; extra == 'text-splitters'
Description-Content-Type: text/markdown

# zenpyre

<p align="center">
    <a href="https://github.com/durandtibo/zenpyre/actions/workflows/ci.yaml">
        <img alt="CI" src="https://github.com/durandtibo/zenpyre/actions/workflows/ci.yaml/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/zenpyre/actions/workflows/nightly-tests.yaml">
        <img alt="Nightly Tests" src="https://github.com/durandtibo/zenpyre/actions/workflows/nightly-tests.yaml/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/zenpyre/actions/workflows/nightly-package.yaml">
        <img alt="Nightly Package Tests" src="https://github.com/durandtibo/zenpyre/actions/workflows/nightly-package.yaml/badge.svg">
    </a>
    <a href="https://codecov.io/gh/durandtibo/zenpyre">
        <img alt="Codecov" src="https://codecov.io/gh/durandtibo/zenpyre/branch/main/graph/badge.svg">
    </a>
    <br/>
    <a href="https://durandtibo.github.io/zenpyre/">
        <img alt="Documentation" src="https://github.com/durandtibo/zenpyre/actions/workflows/docs.yaml/badge.svg">
    </a>
    <a href="https://durandtibo.github.io/zenpyre/dev/">
        <img alt="Documentation" src="https://github.com/durandtibo/zenpyre/actions/workflows/docs-dev.yaml/badge.svg">
    </a>
    <br/>
    <a href="https://github.com/psf/black">
        <img  alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
    </a>
    <a href="https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings">
        <img  alt="Doc style: google" src="https://img.shields.io/badge/%20style-google-3666d6.svg">
    </a>
    <a href="https://github.com/astral-sh/ruff">
        <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;">
    </a>
    <a href="https://github.com/guilatrova/tryceratops">
        <img  alt="try/except style: tryceratops" src="https://img.shields.io/badge/try%2Fexcept%20style-tryceratops%20%F0%9F%A6%96%E2%9C%A8-black">
    </a>
    <br/>
    <a href="https://pypi.org/project/zenpyre/">
        <img alt="PYPI version" src="https://img.shields.io/pypi/v/zenpyre">
    </a>
    <a href="https://pypi.org/project/zenpyre/">
        <img alt="Python" src="https://img.shields.io/pypi/pyversions/zenpyre.svg">
    </a>
    <a href="https://opensource.org/licenses/BSD-3-Clause">
        <img alt="BSD-3-Clause" src="https://img.shields.io/pypi/l/zenpyre">
    </a>
    <br/>
    <a href="https://pepy.tech/project/zenpyre">
        <img  alt="Downloads" src="https://static.pepy.tech/badge/zenpyre">
    </a>
    <a href="https://pepy.tech/project/zenpyre">
        <img  alt="Monthly downloads" src="https://static.pepy.tech/badge/zenpyre/month">
    </a>
    <br/>
</p>

Utilities for LangChain
