steamodd

High level Steam API implementation with low level reusable core


License
ISC
Install
pip install steamodd==5.0

Documentation

Steamodd

Steam odds and ends

Overview

Steamodd implements a set of tools for working with the Steam API and related data:

  • Steam API interface wrappers
  • Steam inventory manager (SIM)
  • VDF serializer

Requirements

Python 3+

Installation

From command line:

$ pip install steamodd

If you wish to install it manually, Steamodd uses the standard setuptools module. To install it run:

$ python setup.py install

Documentation

Full documentation is available at http://steamodd.readthedocs.org/en/latest/.

Testing

To launch the test suite run python setup.py run_tests -k <KEY>.

Contributing

If you would like to contribute please send a pull request.

Bugs and feature requests

Feel free to open an issue if you spot a bug or have an idea you would like to see go into steamodd.