aiotrello:异步Python Trello库-即将推出的文档,示例和测试

时间:2024-06-09 14:45:08
【文件属性】:

文件名称:aiotrello:异步Python Trello库-即将推出的文档,示例和测试

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-09 14:45:08

Python

埃奥特洛 异步Trello Python库 安装 用安装 $ pip install aiotrello 例子 import asyncio ; loop = asyncio . get_event_loop () from aiotrello import Trello trello = Trello ( key = "123" , token = "abc123" ) # Initialize a new Trello client async def main (): # Create 10 boards and make a list for each for i in range ( 10 ): board = await trello . create_board ( f"Board { i } " ) await board . create_list ( "M


【文件预览】:
aiotrello-master
----requirements.txt(14B)
----setup.py(600B)
----README.md(2KB)
----aiotrello()
--------exceptions.py(278B)
--------utils()
--------Trello.py(4KB)
--------__init__.py(71B)
--------structures()
--------misc()
----.gitignore(1KB)

网友评论