Skip to content

Install

Prerequisites

You need python 3.10 and above to use this library.

Installation

pip install aiosteampy
pipenv install aiosteampy
poetry add aiosteampy
uv add aiosteampy

Project does have extras as socks proxies and currencies converter.

Either of extras can be installed separately with the appropriate installation target: aiosteampy[socks] or aiosteampy[converter].

Or all extras at once aiosteampy[all].

An UV example

uv add aiosteampy[socks]

speedups

Aiohttp docs recommends install speedups (aiodns, ...)