Metadata-Version: 2.4
Name: chunksmith-adapters
Version: 0.6.9
Summary: Optional ChunkSmith storage adapters — install [offline], [online], or [all] (or pick s3/mongo/postgres).
Author-email: AnshulParate2004 <anshulnparate@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/AnshulParate2004/ChunkSmith
Project-URL: Repository, https://github.com/AnshulParate2004/ChunkSmith
Project-URL: Changelog, https://github.com/AnshulParate2004/ChunkSmith/blob/main/CHANGELOG.md
Requires-Python: >=3.10
Requires-Dist: chunksmith-core<0.7,>=0.6.2
Requires-Dist: pydantic>=2.10.0
Provides-Extra: offline
Provides-Extra: local
Provides-Extra: online
Requires-Dist: boto3>=1.35.0; extra == "online"
Requires-Dist: pymongo>=4.10.0; extra == "online"
Requires-Dist: psycopg[binary]>=3.2.0; extra == "online"
Requires-Dist: redis>=5.0.0; extra == "online"
Provides-Extra: all
Requires-Dist: boto3>=1.35.0; extra == "all"
Requires-Dist: pymongo>=4.10.0; extra == "all"
Requires-Dist: psycopg[binary]>=3.2.0; extra == "all"
Requires-Dist: redis>=5.0.0; extra == "all"
Provides-Extra: s3
Requires-Dist: boto3>=1.35.0; extra == "s3"
Provides-Extra: mongo
Requires-Dist: pymongo>=4.10.0; extra == "mongo"
Provides-Extra: postgres
Requires-Dist: psycopg[binary]>=3.2.0; extra == "postgres"
Provides-Extra: mvl
Requires-Dist: boto3>=1.35.0; extra == "mvl"
Requires-Dist: pymongo>=4.10.0; extra == "mvl"
Requires-Dist: psycopg[binary]>=3.2.0; extra == "mvl"
Requires-Dist: redis>=5.0.0; extra == "mvl"
