SteamCommunityKit is currently intended to be installed directly from the repository:
pip install git+https://github.com/ja7den2006/SteamCommunityKit.gitInstall a specific branch or commit if needed:
pip install git+https://github.com/ja7den2006/SteamCommunityKit.git@maingit clone https://github.com/ja7den2006/SteamCommunityKit.git
cd SteamCommunityKit
pip install -e .[dev]To build a wheel and source distribution locally:
python -m buildThis produces:
dist/steamcommunitykit-<version>.tar.gzdist/steamcommunitykit-<version>-py3-none-any.whl
SteamCommunityKit currently targets Python 3.8+.
Runtime dependencies:
requestsrsaPyJWT
Development extras currently include:
pytestbuild
After install:
python -c "from steamcommunitykit import SteamClient; print(SteamClient)"