python sdk:用于编写Airplane.dev任务的Python SDK 源码
飞机Python SDK 用于以Python编写飞机任务的SDK。 用法 首先,安装SDK: pip install airplanesdk 接下来,您可以使用SDK生成将与日志分开的输出: import airplane airplane . write_output ( "Show me what you got" ) # You can also separate outputs into groups by attaching names: airplane . write_named_output ( "saying" , "Show me what you got" ) a
文件列表
python-sdk-main.zip
(预估有个11文件)
python-sdk-main
poetry.lock
24KB
.gitignore
2KB
pyproject.toml
572B
airplane
__init__.py
970B
client.py
2KB
exceptions.py
95B
LICENSE
1KB
.github
暂无评论