文件名称:steam.py:与Steam API及其CM交互的异步python包装器
文件大小:273KB
文件格式:ZIP
更新时间:2024-04-11 00:44:50
python steam steamworks valve steam-api
Steam.py 一个现代的,易于使用的,异步就绪的软件包,可以与Steam API进行交互。通过重启发从借款和功能。 主要特点 使用async / await语法的现代Pythonic API 命令扩展以帮助机器人创建 易于使用的面向对象设计 完整类型提示加快开发速度 安装 需要Python 3.7或更高版本 要安装该库,只需运行以下命令之一: # Linux/macOS python3 -m pip install -U steamio # Windows py -m pip install -U steamio 或为开发版本。 # Linux/macOS python3 -m pip install -U " steamio[dev] @ git+https://github.com/Gobot1234/steam.py@master " # Windows py -m pip