Metadata-Version: 2.1
Name: gamedatacrunch
Version: 0.0.1
Summary: GameDataCrunch API on PyPI
Home-page: https://github.com/woctezuma/gamedatacrunch
Author: Wok
Author-email: wok@tuta.io
License: UNKNOWN
Download-URL: https://github.com/woctezuma/gamedatacrunch/archive/0.0.1.tar.gz
Description: # gdc: an API for GameDataCrunch
        
        [![PyPI status][pypi-image]][pypi]
        [![Build status][build-image]][build]
        [![Publish status][publish-image]][build]
        [![Updates][dependency-image]][pyup]
        [![Python 3][python3-image]][pyup]
        [![Code coverage][codecov-image]][codecov]
        [![Code Quality][codacy-image]][codacy]
          
        This repository contains Python code to download data through [GameDataCrunch API][gamedatacrunch].
        
        ## Installation
        
        The code is packaged for [PyPI][pypi], so that the installation consists in running:
        ```bash
        pip install gamedatacrunch
        ```
        
        ## Usage
        
        Data is locally cached to `data/%Y%m%d_gamedatacrunch.json` for offline reuse.
        ```python
        import gamedatacrunch as gdc
        
        data = gdc.load()
        ```
        
        <!-- Definitions -->
        
        [gamedatacrunch]: <https://www.gamedatacrunch.com>
        
        <!-- Definitions for badges -->
        
        [pypi]: <https://pypi.python.org/pypi/gamedatacrunch>
        [pypi-image]: <https://badge.fury.io/py/gamedatacrunch.svg>
        
        [build]: <https://github.com/woctezuma/gamedatacrunch/actions>
        [build-image]: <https://github.com/woctezuma/gamedatacrunch/workflows/Python package/badge.svg?branch=master>
        [publish-image]: <https://github.com/woctezuma/gamedatacrunch/workflows/Upload Python Package/badge.svg?branch=master>
        
        [pyup]: <https://pyup.io/repos/github/woctezuma/gamedatacrunch/>
        [dependency-image]: <https://pyup.io/repos/github/woctezuma/gamedatacrunch/shield.svg>
        [python3-image]: <https://pyup.io/repos/github/woctezuma/gamedatacrunch/python-3-shield.svg>
        
        [codecov]: <https://codecov.io/gh/woctezuma/gamedatacrunch>
        [codecov-image]: <https://codecov.io/gh/woctezuma/gamedatacrunch/branch/master/graph/badge.svg>
        
        [codacy]: <https://www.codacy.com/app/woctezuma/gamedatacrunch>
        [codacy-image]: <https://api.codacy.com/project/badge/Grade/1033f9ca50bf4fdf9d41bd2365558ce3>
        
Keywords: steam,gamedatacrunch,api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Games/Entertainment
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
