This module is a single threaded Python wrapper for the Game Jolt API running through HTTP requests. It contains all Game Jolt API endpoints and aims to simplify its use where it's possible.
This module is available on the Python Package Index. To install it on your Python distribution, simply run on the console:
pip install gamejoltapi
Or if you want to download it manually, just download the latest gamejoltapi.py from the source code repository.