1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
# 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](https://github.com/Lagg/steamodd/issues)
if you spot a bug or have an idea you would like to see go into steamodd.
|