由 Rust 提供支持的最简单、吞吐量最高的 Python 到 S3、GCS 和 Azure 存储接口。
The simplest, highest-throughput [^1] Python interface to Amazon S3, Google Cloud Storage, Azure Storage, & other S3-compliant APIs, powered by Rust.
dicts.For Rust developers looking to add object_store support to their own Python packages, refer to pyo3-object_store.
[^1]: Benchmarking is ongoing, but preliminary results indicate roughly 9x higher throughput than fsspec and 2.8x higher throughput than aioboto3 for many concurrent, small, get requests from an async context.
To install obstore using pip:
pip install obstore
Obstore is on conda-forge and can be installed using conda, mamba, or pixi. To install obstore using conda:
conda install -c conda-forge obstore
Full documentation is available on the website.
Head to Getting Started to dig in.
暂无开放 Issues,或尚未同步最近议题。