ks33requests

https://img.shields.io/pypi/v/ks33requests.svgPyPI https://img.shields.io/pypi/l/ks33requests.svgPyPI - License https://img.shields.io/pypi/pyversions/ks33requests.svgPyPI - Python Version https://img.shields.io/pypi/status/ks33requests.svgPyPI - Status https://circleci.com/gh/tanbro/ks33requests.svg?style=svgCircleCI https://codecov.io/gh/tanbro/ks33requests/branch/master/graph/badge.svgcodecov https://img.shields.io/librariesio/github/tanbro/ks33requests.svgLibraries.io dependency status for GitHub repo https://readthedocs.org/projects/ks33requests/badge/?version=stableDocumentation Status

概述

一个很简单的、适用于 金山云 对象存储(KS3)的 Python3 客户端。

金山云 官方提供了 KS3Python SDK,但在我启动这个项目(2019-06-10)时,仅提供 Python2 SDK。

考虑到 Python2 已经接近其生命周期的终点,我制作了这个简单的 Python3 KS3 客户端用于相关项目。

安装

  • pip 安装

    pip install ks33requests
    
  • 源代码安装

    python setuptools.py install
    
  • Pipenv 安装

    pipenv install ks33requests
    

用法

参见: notebooks 目录中的笔记

文档

参见: https://ks33requests.readthedocs.io

以及代码仓库中的: