Aliyun TableStore(OTS) SDK
Project description
概述
此Python SDK基于 阿里云表格存储服务 API构建。
阿里云表格存储是构建在阿里云飞天分布式系统之上的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
运行环境
安装Python即可运行,支持python2.6、Python2.7、python3.3、python3.4、python3.5和python3.6。
安装方法
PIP安装
$ pip install tablestore
Github安装
下载源码
$ git clone https://github.com/aliyun/aliyun-tablestore-python-sdk.git
安装
$ python setup.py install
源码安装
下载SDK发布包并解压
安装
$ python setup.py install
示例代码
执行测试
注意:测试case中会有清理某个实例下所有表的动作,所以请使用专门的测试实例来测试。
安装nosetests
$ pip install nose
设置执行Case的配置
$ export OTS_TEST_ACCESS_KEY_ID=<your access id>
$ export OTS_TEST_ACCESS_KEY_SECRET=<your access key>
$ export OTS_TEST_ENDPOINT=<tablestore service endpoint>
$ export OTS_TEST_INSTANCE=<your instance name>
运行case
$ nosetests tests/
贡献代码
我们非常欢迎大家为TableStore Python SDK以及其他TableStore SDK贡献代码。
感谢 @Wall-ee 对4.3.0版本的贡献。
联系我们
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tablestore-4.6.0.tar.gz
(82.1 kB
view details)
File details
Details for the file tablestore-4.6.0.tar.gz
.
File metadata
- Download URL: tablestore-4.6.0.tar.gz
- Upload date:
- Size: 82.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/38.2.4 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7287432a4a80c48d7cdde1ea5817bc23646a4527d4e904c587f987f56159a5d9 |
|
MD5 | 351e0cd5dd4ea306ede4b23d06e0b8b7 |
|
BLAKE2b-256 | c49d42f34557029066dd0462c3574fb467f30cebe39834401f36cfa17617ccb3 |