Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Lagg/steamodd

Python module for the steam API
https://github.com/Lagg/steamodd

Last synced: about 2 months ago
JSON representation

Python module for the steam API

Lists

README

        

# 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 `.

## Contributing ##

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

## Bugs and feature requests ##

Feel free to open an [issue](https://github.com/Lagg/steamodd/issues)
if you spot a bug or have an idea you would like to see go into steamodd.