Metadata-Version: 2.4
Name: persista
Version: 0.0.1a0
Dynamic: Maintainer
Dynamic: Maintainer-email
Summary: persist data
Project-URL: Homepage, https://github.com/durandtibo/persista
Project-URL: Repository, https://github.com/durandtibo/persista
Project-URL: Documentation, https://durandtibo.github.io/persista/
Project-URL: Changelog, https://github.com/durandtibo/persista/releases
Project-URL: Issues, https://github.com/durandtibo/persista/issues
Author-email: Thibaut Durand <durand.tibo+gh@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: data,persist
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.9
Provides-Extra: aiosqlite
Requires-Dist: aiosqlite<1.0,>=0.20; extra == 'aiosqlite'
Provides-Extra: all
Requires-Dist: aiosqlite<1.0,>=0.20; extra == 'all'
Requires-Dist: duckdb<2.0,>=1.3; extra == 'all'
Requires-Dist: faker<41.0,>=40.0; extra == 'all'
Requires-Dist: lmdb<3.0,>=2.0; extra == 'all'
Requires-Dist: psycopg[binary]<4.0,>=3.2; extra == 'all'
Requires-Dist: redis[hiredis]<8.0,>=7.0; extra == 'all'
Requires-Dist: rich<16.0,>=15.0; extra == 'all'
Provides-Extra: duckdb
Requires-Dist: duckdb<2.0,>=1.3; extra == 'duckdb'
Provides-Extra: faker
Requires-Dist: faker<41.0,>=40.0; extra == 'faker'
Provides-Extra: lmdb
Requires-Dist: lmdb<3.0,>=2.0; extra == 'lmdb'
Provides-Extra: psycopg
Requires-Dist: psycopg[binary]<4.0,>=3.2; extra == 'psycopg'
Provides-Extra: redis
Requires-Dist: redis[hiredis]<8.0,>=7.0; extra == 'redis'
Provides-Extra: rich
Requires-Dist: rich<16.0,>=15.0; extra == 'rich'
Description-Content-Type: text/markdown

# persista


<p align="center">
    <a href="https://github.com/durandtibo/persista/actions/workflows/ci.yaml">
        <img alt="CI" src="https://github.com/durandtibo/persista/actions/workflows/ci.yaml/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/persista/actions/workflows/nightly-tests.yaml">
        <img alt="Nightly Tests" src="https://github.com/durandtibo/persista/actions/workflows/nightly-tests.yaml/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/persista/actions/workflows/nightly-package.yaml">
        <img alt="Nightly Package Tests" src="https://github.com/durandtibo/persista/actions/workflows/nightly-package.yaml/badge.svg">
    </a>
    <a href="https://codecov.io/gh/durandtibo/persista">
        <img alt="Codecov" src="https://codecov.io/gh/durandtibo/persista/branch/main/graph/badge.svg">
    </a>
    <br/>
    <a href="https://durandtibo.github.io/persista/">
        <img alt="Documentation" src="https://github.com/durandtibo/persista/actions/workflows/docs.yaml/badge.svg">
    </a>
    <a href="https://durandtibo.github.io/persista/dev/">
        <img alt="Documentation" src="https://github.com/durandtibo/persista/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/persista/">
        <img alt="PYPI version" src="https://img.shields.io/pypi/v/persista">
    </a>
    <a href="https://pypi.org/project/persista/">
        <img alt="Python" src="https://img.shields.io/pypi/pyversions/persista.svg">
    </a>
    <a href="https://opensource.org/licenses/BSD-3-Clause">
        <img alt="BSD-3-Clause" src="https://img.shields.io/pypi/l/persista">
    </a>
    <br/>
    <a href="https://pepy.tech/project/persista">
        <img  alt="Downloads" src="https://static.pepy.tech/badge/persista">
    </a>
    <a href="https://pepy.tech/project/persista">
        <img  alt="Monthly downloads" src="https://static.pepy.tech/badge/persista/month">
    </a>
    <br/>
</p>

persist data
