1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: python-steamodd
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-sphinx <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/Lagg/steamodd
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-steamodd
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-steamodd.git
Package: python3-steamodd
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: Tools for interacting with the Steam API and processing Steam data
This library provides interfaces for communicating with the Steam web API,
enabling retrieval of information about public Steam accounts as well as
access to a range of Steam community features. Capabilities include managing
and fetching user inventories, interpreting Valve Data Format (VDF) files, and
extracting data related to games, items, and user activity directly from
Steam.
.
In addition to API wrappers, the library offers utilities for serializing and
deserializing VDF files commonly used in Steam's infrastructure. It supports
structured access to user profiles, inventories, and other public Steam
information. Communication with Steam's online services requires an API key
obtained from the Steam Community website.
|