bigbucket python:Bigbucket的Python3客户端 源码
大桶Python 数据库的Python3客户端。 安装 pip3 install bigbucket 用法 import bigbucket client = bigbucket . Client () # -------------------------- # Show tables # -------------------------- tables = client . get_tables () print ( tables ) # ['table1', 'table2'] # -------------------------- # Use tabl
文件列表
bigbucket-python-master.zip
(预估有个11文件)
bigbucket-python-master
setup.py
2KB
.gitignore
2KB
requirements.txt
13B
bigbucket
errors.py
421B
__init__.py
36B
client.py
6KB
utils.py
966B
version.py
252B
暂无评论