You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Rossen Georgiev 92790f0fa1 fix identation for make_steam64() 9 years ago
doc added documentation source 9 years ago
steam fix identation for make_steam64() 9 years ago
tests made crypto module py3 compatible 10 years ago
vcr added methods for resolving community urls 10 years ago
.coveragerc added .coveragerc 10 years ago
.gitignore added steam client protobufs 10 years ago
.scrutinizer.yml test with travis + tox 10 years ago
.travis.yml fix coverage not being recorded 9 years ago
LICENSE textwrap LICENSE; tweaks to README 10 years ago
Makefile added GC proxy object 9 years ago
README.rst updated README with docs url 9 years ago
protobuf_list.txt added GC proxy object 9 years ago
requirements.txt updated requirements 10 years ago
setup.py updated requirements 10 years ago
tox.ini fix coverage not being recorded 9 years ago

README.rst

|pypi| |license| |coverage| |scru| |master_build|

Module for interacting with various Steam_ features.

Installation
------------

Install latest version from PYPI::

pip install -U steam

Install the current dev version from ``github``::

pip install git+https://github.com/ValvePython/steam

Testing
-------

To run the test suite with the current ``python``, use::

make test

To run for specific version, setup a ``virtual environment``::

virtualenv -p python3 py3
source py3/bin/active
make test

To run for ``python 2.7``, ``3.3``, ``3.4`` and ``pypy``, assuming you have them installed::

tox

Documentation
-------------

Full documentation of the module can be found at http://valvepython.github.io/steam/


.. |pypi| image:: https://img.shields.io/pypi/v/steam.svg?style=flat&label=latest%20version
:target: https://pypi.python.org/pypi/steam
:alt: Latest version released on PyPi

.. |license| image:: https://img.shields.io/pypi/l/steam.svg?style=flat&label=license
:target: https://pypi.python.org/pypi/steam
:alt: MIT License

.. |coverage| image:: https://img.shields.io/coveralls/ValvePython/steam/master.svg?style=flat
:target: https://coveralls.io/r/ValvePython/steam?branch=master
:alt: Test coverage

.. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=master
:target: https://scrutinizer-ci.com/g/ValvePython/steam/?branch=master
:alt: Scrutinizer score

.. |master_build| image:: https://img.shields.io/travis/ValvePython/steam/master.svg?style=flat&label=master
:target: http://travis-ci.org/ValvePython/steam
:alt: Build status of master branch