polystores:Polystores是一个抽象概念是与云存储进行交互的客户端集合。 源码
杂货店 Polystores是抽象的,是与云存储进行交互的客户端集合。 安装 $ pip install -U polystores 注意,默认情况下,此模块不包括云存储的客户端要求以保持库的轻量级,用户需要安装适当的模块以与polystores一起使用。 安装S3 pip install -U polystores[s3] 安装GCS pip install -U polystores[gcs] 安装Azure存储 pip install -U polystores[azure] 专卖店 该模块包括客户端和存储抽象,可用于与AWS S3,Azure存储和Google Cloud Storage进行交互。 S3 普通实例化 from polystores . stores . s3_store import S3Store s3_store = S3Store ( endpoint_
文件列表
polystores-master.zip
(预估有个42文件)
polystores-master
MANIFEST.in
58B
.travis.yml
2KB
pytest.ini
42B
.pyup.yml
22B
.prospector.yaml
598B
tests
test_stores
test_utils.py
1KB
test_gcs_store.py
17KB
暂无评论