Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

somespecialone/python-steam-tradeoffer-manager

Repository files navigation

Python steam tradeoffer manager

license pypi Docs Tests codecov CodeFactor versions black steam

Installation

# using pip
$ pip install steam-tradeoffer-manager

# using pipenv
$ pipenv install steam-tradeoffer-manager

# using poetry
$ poetry add steam-tradeoffer-manager

If you want to have the latest updates not included in release and not published on PyPI yet:

$ pip install git+https://github.com/somespecialone/python-steam-tradeoffer-manager.git@master

$ pipenv install git+https://github.com/somespecialone/python-steam-tradeoffer-manager.git@master

$ poetry add git+https://github.com/somespecialone/python-steam-tradeoffer-manager#master

Coming soon...

TODO 📑

  • Readme
  • Examples