Metadata-Version: 1.1
Name: csgo
Version: 1.0.0
Summary: Module for interacting CSGO's Game Coordinator
Home-page: https://github.com/ValvePython/csgo
Author: Rossen Georgiev
Author-email: rossen@rgp.io
License: MIT
Description: |pypi| |license| |docs|
        
        Supports Python ``2.7+`` and ``3.3+``.
        
        Module based on `steam <https://github.com/ValvePython/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
        
Keywords: valve steam steamid api webapi csgo global offensive
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
