Conversation
change to collections.abc.Mapping from collections.Mapping
|
Did this patch myself and thought to merge it into the repo, and found this request is already there! |
|
Also just patched this, wanted to bring a PR ;-) |
|
Simply switch to python-a2, as this package is UNMAINTAINED |
|
If only that had all the functionality of this library, right? |
|
What's missing? |
|
Master server query, as far as I can see. Which was likely not intended to be there, as it's a library implementing the server query protocol... |
|
Oh right, I tried implementing that, but the Steam master server just spits out garbage after a certain point. The only reliable way to query servers is to use a proper steam client library like https://github.com/ValvePython/steam (yes, that's a different package). |
|
Thanks for the pointer - for now, for me, |
change to collections.abc.Mapping from collections.Mapping as collections.Mapping is deprecated as of now