Aliyun Tablestore SDK for Python

Software License Version

概述

运行环境

安装方法

1. PIP安装

  pip install tablestore

2. 源码安装

  1. 下载源码
  git clone https://github.com/aliyun/aliyun-tablestore-python-sdk.git
  1. 构建 whl (构建好的whl文件在dist目录下)
  poetry build
  1. 安装
  pip install dist/tablestore-{替换为实际版本}-py3-none-any.whl

示例代码

表(Table)示例:

多元索引(Search)示例:

贡献代码

联系我们