gspread_asyncio:适用于gspread Google Spreadsheet API库的Asyncio包装器

时间:2021-05-09 23:35:58
【文件属性】:
文件名称:gspread_asyncio:适用于gspread Google Spreadsheet API库的Asyncio包装器
文件大小:26KB
文件格式:ZIP
更新时间:2021-05-09 23:35:58
Python gspread_asyncio 的。 gspread_asyncio是gspread API的普通asyncio包装,它在这些API之上实现了一些有用的功能。 这对于长时间运行的进程和一次性脚本很有用。 需要Python> = 3.6。 特征 gspread API的完整异步包装。 所有gspread API调用均在线程gspread执行程序的主线程上运行。 内部缓存和gspread Client / Spreadsheet / Worksheet对象的重用。 自动更新过期的凭证。 自动重试Google服务器的虚假故障(HTTP 5xx)。 自动速率限制,默认设置为Google的默认API限制。 许多不需要返回值的方法可以选择返回已经调度的Future ( nowait kwarg)。 您可以忽略未来,在异步程序事件循环计划并在以后为您运行Google Spreadsheet
【文件预览】:
gspread_asyncio-master
----setup.py(1KB)
----.gitignore(77B)
----Makefile(945B)
----pyproject.toml(417B)
----gspread_asyncio()
--------__init__.py(55KB)
----.travis.yml(2KB)
----requirements_dev.txt(27B)
----LICENSE(1KB)
----README.md(5KB)
----tests()
--------.gitignore(16B)
--------.env.example(30B)
--------requirements.txt(35B)
--------creds.json.enc(2KB)
--------integration.py(3KB)
----docs()
--------requirements.txt(63B)
--------Makefile(580B)
--------index.rst(1KB)
--------conf.py(6KB)

网友评论