Metadata-Version: 2.1
Name: gamejoltapi
Version: 0.0.2
Summary: Single threaded Python wrapper for the Game Jolt API running through HTTP requests
Home-page: https://github.com/bgempire/gamejoltapi
Author: Joel Gomes da Silva
Author-email: joelgomes1994@hotmail.com
License: MIT
Description: # Game Jolt API for Python
        
        This module is a single threaded Python wrapper for the 
        [Game Jolt API](https://gamejolt.com/game-api/doc) running through HTTP requests. 
        It contains all Game Jolt API endpoints and aims to simplify its use where it's possible.
        
        ## Installing
        
        This module is available on the [Python Package Index](https://pypi.org/project/gamejoltapi/). 
        To install it on your Python distribution, simply run on the console:
        
        ```bash
        pip install gamejoltapi
        ```
           
        Or if you want to download it manually, just download the latest 
        [gamejoltapi.py](https://github.com/bgempire/gamejoltapi/blob/main/gamejoltapi.py) 
        from the source code repository.
        
        ## [See the reference documentation here](https://bgempire.github.io/gamejoltapi/)
Keywords: game jolt gamedev api wrapper interface gamejolt gamejoltapi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
