stlib

Async library that provides features related to Steam client and compatible stuff

WARNING: stlib is not intended to be used in game development, there is no support
to callbacks and I'll not work on that. stlib is intended to develop console or GUI
applications that need interaction with SteamAPI or SteamWebAPI.

stlib now supports plugins!
---------------------------
See more at: https://github.com/ShyPixie/stlib-plugins

Dependencies to build SteamAPI C Extension (Optional)
-----------------------------------------------------

WARNING: SteamAPI C Extension is incomplete, but it's easy to implement.
if you need a feature that is not present, send a pull request or open an issue.

- Python and headers >= 3.6
- Microsoft Visual C++ compiler (MSVC) or GNU Compiler (GCC)
- Steamworks SDK >= v1.51

Dependencies to run
-------------------

- Python >= 3.6
- asyncio
- beautifulsoup4
- rsa
- aiohttp

Made with stlib
---------------

Steam Tools NG - https://github.com/ShyPixie/steam-tools-ng

___________________________________________________________________________________________

This is an work in progress. You can request new features.

The stlib is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

The stlib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see http://www.gnu.org/licenses/.

Lara Maia  2015 ~ 2022