Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ValvePython/csgo

🔫 Python package for interacting with CS:GO Game Coordinator
https://github.com/ValvePython/csgo

counter-strike csgo game-coordinator python steam valve

Last synced: 3 months ago
JSON representation

🔫 Python package for interacting with CS:GO Game Coordinator

Awesome Lists containing this project

README

        

| |pypi| |license| |docs|
| |sonar_maintainability| |sonar_reliability| |sonar_security|

Supports Python ``2.7+`` and ``3.3+``.

Module based on `steam `_
for interacting with CSGO's Game Coordinator.

**Documentation**: http://csgo.readthedocs.io

| Note that this module should be considered an alpha.
| Contributions and suggestion are always welcome.

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

Install latest version from PYPI::

pip install -U csgo

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

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

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

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

.. |docs| image:: https://readthedocs.org/projects/csgo/badge/?version=latest
:target: http://csgo.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status

.. |sonar_maintainability| image:: https://sonarcloud.io/api/project_badges/measure?project=ValvePython_csgo&metric=sqale_rating
:target: https://sonarcloud.io/dashboard?id=ValvePython_csgo
:alt: SonarCloud Rating

.. |sonar_reliability| image:: https://sonarcloud.io/api/project_badges/measure?project=ValvePython_csgo&metric=reliability_rating
:target: https://sonarcloud.io/dashboard?id=ValvePython_csgo
:alt: SonarCloud Rating

.. |sonar_security| image:: https://sonarcloud.io/api/project_badges/measure?project=ValvePython_csgo&metric=security_rating
:target: https://sonarcloud.io/dashboard?id=ValvePython_csgo
:alt: SonarCloud Rating