Metadata-Version: 2.1
Name: steam-dst
Version: 1.0.0
Summary: Module for interacting with various Steam features
Home-page: https://github.com/246859/steam-dst
Author: 246859
Author-email: 2633565580@qq.com
License: MIT
Keywords: valve steam steamid api webapi steamcommunity
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
License-File: LICENSE
Requires-Dist: six>=1.10
Requires-Dist: pycryptodomex>=3.7.0
Requires-Dist: requests>=2.9.1
Requires-Dist: urllib3<2
Requires-Dist: vdf>=3.3
Requires-Dist: cachetools>=3.0.0
Requires-Dist: win-inet-pton; python_version == "2.7" and sys_platform == "win32"
Requires-Dist: enum34==1.1.2; python_version < "3.4"
Provides-Extra: client
Requires-Dist: gevent>=1.3.0; extra == "client"
Requires-Dist: protobuf~=3.0; python_version >= "3" and extra == "client"
Requires-Dist: protobuf<3.18.0; python_version < "3" and extra == "client"
Requires-Dist: gevent-eventemitter~=2.1; extra == "client"

hot fix for package steam bug of manifest_gid
