文件名称:steamodd:Steam API的Python模块
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-06 15:55:31
Python
Steamodd
用Python编写的Steam工具库。
概述
Steamodd包含一些用于处理Steam相关数据的有用工具:
Steam API接口包装器
Steam库存管理器(SIM)
VDF序列化器
要求
Python 2.7或3.3。
安装
从命令行:
$ pip install steamodd
如果您希望手动安装,Steamodd使用标准的distutils模块。 要安装它,请运行:
$ python setup.py install
文献资料
完整的文档可从。
测验
要启动测试套件,请运行python setup.py run_tests -k
【文件预览】:
steamodd-master
----setup.py(2KB)
----.gitignore(66B)
----.travis.yml(295B)
----LICENSE(756B)
----README.md(1017B)
----tests()
--------testitems.py(6KB)
--------__init__.py(0B)
--------testvdf.py(7KB)
--------testremote_storage.py(1KB)
--------testuser.py(4KB)
--------testapps.py(458B)
--------testloc.py(978B)
----docs()
--------requirements.txt(14B)
--------Makefile(7KB)
--------api.rst(13KB)
--------index.rst(179B)
--------conf.py(9KB)
--------history.rst(1KB)
--------installation.rst(359B)
--------make.bat(7KB)
--------quick-start.rst(625B)
--------sim.rst(3KB)
--------vdf.rst(1KB)
----steam()
--------remote_storage.py(1KB)
--------user.py(13KB)
--------__init__.py(454B)
--------sim.py(10KB)
--------loc.py(2KB)
--------api.py(7KB)
--------apps.py(2KB)
--------vdf.py(6KB)
--------items.py(34KB)