Rossen Georgiev
1cb46e181d
move monkey module to steam.monkey; #364
3 years ago
Rossen
107ef803d4
Remove gevent monkey patch by default in steam.client ( #364 )
* remove gevent monkey patch by default in steam.client
* add entry to changelog
4 years ago
Rossen Georgiev
c3309b7fac
move SteamClient dependecies to 'client' extras
This should be helpful for modules that want to use `steam` package,
but do no use SteamClient and its features.
Close #190
5 years ago
Rossen Georgiev
61e32e4ef3
add steam.utls.appcache methods to parse appcache files
Close #179
5 years ago
Rossen Georgiev
58f51a94f9
move proto related util functions to steam.utils.proto
5 years ago
Rossen Georgiev
e5e1130e6b
rename steam.util to steam.utils
5 years ago
Rossen Georgiev
a303d1c2aa
update CHANGES file
5 years ago
Rossen Georgiev
1a84d653ff
changelog: add _missing_token and clarify other changes
5 years ago
Rossen Georgiev
8dec921a59
update SteamClient to use new chat mode
6 years ago
Rossen Georgiev
91377faa82
refactor unified messages to use the new methods
* Removed SteamClient.unified_messages
* Added steam.exceptions.SteamError
6 years ago
Rossen Georgiev
278a0c365a
update CHANGES.md
6 years ago
Rossen Georgiev
4117911041
remove imports from 'steam' namespace
Since there are many modules, importing anything inside the steam namespace introduces an extra
cost. Cleaning up the space will allow dependent stuff to import just the modules it needs without
anything extra. This will also improve start up times for cli programs.
6 years ago
Rossen Georgiev
ebcfdace79
add CHANGES file
[ci skip]
6 years ago