Metadata-Version: 1.1
Name: dota2
Version: 0.2.10
Summary: Module for interacting Dota2's Game Coordinator
Home-page: https://github.com/ValvePython/dota2
Author: Rossen Georgiev
Author-email: rossen@rgp.io
License: MIT
Description: |pypi| |license| |docs|
        
        Supports Python ``2.7+`` and ``3.4+``.
        
        Module based on `steam <https://github.com/ValvePython/steam/>`_
        for interacting with Dota2's Game Coordinator. If you've used
        `node-dota2 <https://github.com/RJacksonm1/node-dota2>`_ then
        this module should feel right at home. Check out the documentation
        to get started.
        
        **Documentation**: http://dota2.readthedocs.io
        
        Contributions and suggestion are always welcome.
        
        
        Installation
        ------------
        
        Install latest version from PYPI::
        
            pip install -U dota2
        
        Install the current dev version from ``github``::
        
            pip install git+https://github.com/ValvePython/dota2
        
        
        
        .. |pypi| image:: https://img.shields.io/pypi/v/dota2.svg?style=flat&label=latest%20version
            :target: https://pypi.python.org/pypi/dota2
            :alt: Latest version released on PyPi
        
        .. |license| image:: https://img.shields.io/pypi/l/dota2.svg?style=flat&label=license
            :target: https://pypi.python.org/pypi/dota2
            :alt: MIT License
        
        .. |docs| image:: https://readthedocs.org/projects/dota2/badge/?version=latest
            :target: http://dota2.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation status
        
Keywords: valve steam steamid api webapi
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
