Metadata-Version: 2.1
Name: steam-rv
Version: 1.5.1
Summary: Module for interacting with various Steam features
Home-page: https://github.com/CFTools-Software-GmbH/ValvePython-steam
Author: Rossen Georgiev, CFTools Software GmbH
Author-email: info@cftools.software
License: MIT
Description: This is a fork of the original project at `https://github.com/ValvePython/steam <https://github.com/ValvePython/steam>`_. This supports WebSocket based connections while keeping the original API in tact. 
        
        For details about the library, refer to the original project.
        
        ---
        
        Install latest release version of this fork from PYPI:
        
        .. code:: bash
        
            # with SteamClient dependecies
            pip install -U "steam-rv[client]"
        
            # without (only when using parts that do no rely on gevent, and protobufs)
            pip install -U steam-rv
        
Keywords: valve steam steamid api webapi steamcommunity
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: client
