Metadata-Version: 2.4
Name: chunksmith-adapters
Version: 0.3.0
Summary: Optional ChunkSmith storage adapters (S3, MongoDB, PostgreSQL, MVL composite).
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.3.0
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"
