Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ValvePython/csgo
- Owner: ValvePython
- Created: 2016-03-10T19:13:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T23:55:38.000Z (almost 4 years ago)
- Last Synced: 2024-07-08T16:12:26.650Z (4 months ago)
- Topics: counter-strike, csgo, game-coordinator, python, steam, valve
- Language: Python
- Homepage: http://csgo.readthedocs.io
- Size: 934 KB
- Stars: 122
- Watchers: 10
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-steam - csgo - Python module for interacting with CSGO's Game Coordinator. (Packages / Python)
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