Metadata-Version: 2.3
Name: multi-storage-client
Version: 0.21.0
Summary: Unified high-performance Python client for object and file stores.
License: Apache-2.0
Author: NVIDIA Multi-Storage Client Team
Requires-Python: ~=3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: aistore
Provides-Extra: azure-storage-blob
Provides-Extra: boto3
Provides-Extra: fsspec
Provides-Extra: google-cloud-storage
Provides-Extra: msal
Provides-Extra: numpy
Provides-Extra: observability-otel
Provides-Extra: oci
Provides-Extra: torch
Provides-Extra: xarray
Provides-Extra: zarr
Requires-Dist: aistore (>=1.13,<2.0) ; extra == "aistore"
Requires-Dist: azure-storage-blob (>=12.17,<13.0) ; extra == "azure-storage-blob"
Requires-Dist: boto3 (>=1.36,<2.0) ; extra == "boto3"
Requires-Dist: datasketches (>=5.1,<6.0) ; extra == "observability-otel"
Requires-Dist: filelock (>=3.14,<4.0)
Requires-Dist: fsspec (>=2023.9.0) ; extra == "fsspec"
Requires-Dist: google-cloud-storage (>=3.0,<4.0) ; extra == "google-cloud-storage"
Requires-Dist: jmespath (>=1.0.1,<1.1.0)
Requires-Dist: jsonschema (>=4.0,<5.0)
Requires-Dist: msal (>=1.31.1,<1.32.0) ; extra == "msal"
Requires-Dist: numpy (>=2.0,<3.0) ; extra == "numpy"
Requires-Dist: oci (>=2.69.0,<2.70.0) ; extra == "oci"
Requires-Dist: opentelemetry-api (>=1.24,<2.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.24,<2.0) ; extra == "observability-otel"
Requires-Dist: opentelemetry-sdk (>=1.24,<2.0) ; extra == "observability-otel"
Requires-Dist: python-dateutil (>=2.8,<3.0)
Requires-Dist: pyyaml (>=6.0.1,<6.1.0)
Requires-Dist: torch (>=2.6,<3.0) ; extra == "torch"
Requires-Dist: wcmatch (>=10.0,<11.0)
Requires-Dist: xarray (>=2024.07.0) ; extra == "xarray"
Requires-Dist: xattr (>=1.1.4,<1.2.0)
Requires-Dist: zarr (>=2.15,<3.0) ; extra == "zarr"
Project-URL: Documentation, https://nvidia.github.io/multi-storage-client/
Project-URL: source, https://github.com/NVIDIA/multi-storage-client
Description-Content-Type: text/markdown

# Multi-Storage Client

The Multi-Storage Client (MSC) is a unified high-performance Python client for object and file stores such as AWS S3, Azure Blob Storage, Google Cloud Storage (GCS), NVIDIA AIStore, Oracle Cloud Infrastructure (OCI) Object Storage, POSIX file systems, and more.

It provides a generic interface to interact with objects and files across various storage services. This lets you spend less time learning each storage service's unique interface and lets you change where data is stored without having to change how your code accesses it.

See the [documentation](https://nvidia.github.io/multi-storage-client/) to get started.

Contributors should see the [contributor documentation](./CONTRIBUTING.md) to get started.

