ezsheets:Google Sheets API 的 Pythonic 接口

时间:2021-05-30 10:29:05
【文件属性】:
文件名称:ezsheets:Google Sheets API 的 Pythonic 接口
文件大小:45KB
文件格式:ZIP
更新时间:2021-05-30 10:29:05
Python 电子表格 到 2021 年 1 月实际工作的 Google Sheets API 的 Pythonic 接口。 安装 要使用pip安装,请运行: pip install ezsheets 快速入门指南 首先,您需要为您的 Google 帐户启用 Google Sheets API: 转到 单击蓝色的“启用 Google Sheets API”按钮。 如果您尚未登录,请在出现的登录页面上登录您的 Google 帐户。 (我建议使用专门为您的 Python 脚本创建的单独的 Google 帐户。) 在出现的窗口中,单击蓝色的“下载客户端配置”按钮下载凭据.json 文件。 将此文件重命名为credentials-sheets.json。 将此文件放在与 Python 脚本相同的文件夹中。 接下来安装 EZSheets 模块: pip install --upgrade e
【文件预览】:
ezsheets-master
----MANIFEST.in(18B)
----LICENSE.txt(34KB)
----code_of_conduct.md(3KB)
----src()
--------ezsheets()
----AUTHORS.txt(159B)
----tox.ini(343B)
----setup.py(1KB)
----README.md(4KB)
----docs()
--------make.bat(752B)
--------conf.py(5KB)
--------requirements.txt(8B)
--------index.rst(4KB)
--------Makefile(580B)
----tests()
--------test_ezsheets.py(30KB)
----.gitignore(1KB)
----pyproject.toml(0B)
----.coveragerc(590B)

网友评论