Metadata-Version: 2.4
Name: GAthon
Version: 0.1.7
Summary: A Python wrapper for the Grand Archive TCG API
Author-email: Tan Kang Zheng <tankangzheng@hotmail.com>
License: MIT
Project-URL: Homepage, https://github.com/TanKangZheng/GAthon
Project-URL: Issues, https://github.com/TanKangZheng/GAthon/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.MD
Requires-Dist: httpx
Dynamic: license-file

# GAthon

GAthon is a python wrapper for the Grand Archive's Index (https://index.gatcg.com/) open API, designed for ease of integration into projects.

This project is unaffiliated with Weebs of The Coast.
## Installation

GAthon is available on PyPi, and does not require other dependencies to be installed on your end.
```
pip install GAthon
```

## Examples

For examples on how to use functions or parse information, the following files are made to showcase them:

 * [Querying](src/GAthon/examples/QueryExample.py)
 * [Data](src/GAthon/examples/QueryData.py)
