Rossen Georgiev
828c3c61d8
generate native enums from protos
2 years ago
Rossen
bf3cb330d3
docs: fix steam.monkey pointing to wrong module
3 years ago
Rossen Georgiev
1cb46e181d
move monkey module to steam.monkey; #364
3 years ago
Rossen Georgiev
a45c91dff6
add steam.version_report + github templates
Closes #266
4 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
061ca33842
docs: remove extra g in logging
4 years ago
Rossen Georgiev
8631c550c2
docs: logging should be subsection
4 years ago
Rossen Georgiev
66f1ee9f76
docs: add logging section to user guide
4 years ago
Rossen Georgiev
2a28c0e509
docs and recipe tweaks
5 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
443c0dac0a
client: remove Account methods as they been deprecated
Closes #231
These methods no longer work, and have been replaced by https://help.steampowered.com/en/wizard/HelpWithLoginInfo
5 years ago
Rossen Georgiev
fda65156b3
fix #223 ; incorrect import statement in docs
5 years ago
Pavel Djundik
a2d79a085b
docs: update url to xPaw api page ( #214 )
6 years ago
Rossen Georgiev
43f261d9c9
update and tweaks docs and sphinx conf
6 years ago
Rossen Georgiev
1b4dba9c6d
update SteamError and add on CDNClient
6 years ago
Rossen Georgiev
dfcc0a748c
update README and docs
6 years ago
Rossen Georgiev
788c1be6aa
cdn: update all docs string
6 years ago
Rossen Georgiev
340b7ffada
add initial CDNClient + DepotManifest
6 years ago
Rossen Georgiev
95024dbed1
add link for steamctl
[ci skip]
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
bb751b3166
add master server to README and docs
[ci skip]
6 years ago
Rossen Georgiev
2de1364c47
remove steam.client.mixins as it was never used
6 years ago
Rossen Georgiev
5f9a655bbd
update scrutinizer conf + coverage images
6 years ago
Rossen Georgiev
eb5e088161
tweaks to README and docs
[ci skip]
6 years ago
Rossen Georgiev
b31354f53a
replace cryptography with pycryptodomex
6 years ago
Rossen Georgiev
4656fbbf85
use python3.6 as doc reference
7 years ago
Rossen Georgiev
975c5f56dc
finalize game_servers module
Closes #140
* renamed module from `master_server` to `game_servers`
* implemented multi packet response and decompression
* automatic detection for response type, goldsrc or source
* add ping time in `a2s_info` for convenience
* update docs and include examples
7 years ago
Rossen Georgiev
a75afa8c59
add master server module
Related to #140
7 years ago
Rossen Georgiev
62459f26fc
update README & docs
[ci skip]
8 years ago
Rossen Georgiev
395fddf6ce
fix broken login examples after recent changes
fix #78
8 years ago
Rossen Georgiev
4a3708d4d3
docs: remove references to [client] extra
[ci skip]
8 years ago
Rossen Georgiev
43409c4f14
removed 'client' extra
8 years ago
Rossen Georgiev
1c350ac570
docs: fix friend add example in user_guide
Reported in #71
8 years ago
Rossen Georgiev
7928536287
docs: add full installtion page
The page details required system packages and how to install on
Linux and Windows
8 years ago
Rossen Georgiev
c2ce74b25d
Add Account builtin
New methods
* register steam account
* validate email
* change password
* change email
8 years ago
Rossen Georgiev
00ea0513ac
docs add missing line in one example
8 years ago
Rossen Georgiev
89f5ea68c7
tweak docs menu for API
8 years ago
Rossen Georgiev
86e4047582
StructReader improvements
* added read() to get raw bytes
* renamed read_format() to unpack()
* added parameter in read_cstring() to specify terminator
9 years ago
Rossen Georgiev
7cbd44a4c5
SteamClient: added 'cli_login()'
The new method simplfiest the login process from CLI.
Examples and recipes are changed to use it.
9 years ago
Rossen Georgiev
513c68ca08
added StructReader
9 years ago
Rossen Georgiev
3aec9020dd
added Apps builtin
cotains various methods related to apps
9 years ago
Rossen Georgiev
e722290aad
builtins: merge Misc into User
9 years ago
Rossen Georgiev
5b192714de
docs: fix #46 ; friends builtin not being rendered
9 years ago
Rossen Georgiev
d3c0a16932
docs: fix steam_id property in cli example; #45
9 years ago
Rossen Georgiev
f78c8a0e35
Reworked SteamUser and SteamFriends
* SteamUser is now seperated from SteamFriends, which marely uses it
* added get_user() method which provides instances of SteamUser
* SteamUser instances are weakly cached
* persona state is updated automatically
9 years ago
Rossen Georgiev
9ee0afdaf2
SC: added GameServers builtin
9 years ago
Rossen Georgiev
4f7e23d5a4
move UMs and Leaderboards into seperate files
9 years ago