Metadata-Version: 2.1
Name: TrackerGG
Version: 2.7.0
Summary: TrackerGG API Wrapper Library
Home-page: https://github.com/dev-ruby/TrackerGG
Author: DevRuby
Author-email: hiveruby@gmail.com
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp

<div align="center">

</br>

# TrackerGG


![Tracker](https://static1-fr.millenium.gg/articles/9/34/23/09/@/1117224-111-article_m-1.jpg)

<p align="center"><em>An Unofficual API Wrapper for <a href=https://tracker.gg/developers>TrackerGG API</a></em></p>

[![Downloads](https://static.pepy.tech/personalized-badge/trackergg?period=total&units=none&left_color=grey&right_color=blue&left_text=Pypi%20Downloads)](https://pepy.tech/project/trackergg)
[![Downloads](https://static.pepy.tech/personalized-badge/trackergg?period=month&units=none&left_color=grey&right_color=blue&left_text=Pypi%20Downloads/Month)](https://pepy.tech/project/trackergg)
![Version](https://img.shields.io/pypi/v/TrackerGG)

</div>

---

**Documentation** : [https://devruby.gitbook.io/trackergg/](https://devruby.gitbook.io/trackergg)

**Source Code** : [https://github.com/dev-ruby/TrackerGG](https://github.com/dev-ruby/TrackerGG)

**Pypi** : [https://pypi.org/project/TrackerGG](https://pypi.org/project/TrackerGG/)

---

TrackerGG is an easy-to-use, async-ready API wrapper library for tracker.gg.

### Key Features
- Asynchronous processing support in the API for efficient task handling.
- Intuitive and user-friendly design, making it convenient for all users to utilize.
- Fast development speed and an intuitive interface to ensure quick and straightforward development.
- Includes various convenient features to enhance usability and functionality.

# Installing
## Prerequisites
TrackerGG is compatible with Python 3.7 and higher versions.

Python 2 or versions prior to Python 3.7 might not work as expected.

TrackerGG requires at least one of the following libraries: [aiohttp](https://pypi.org/project/aiohttp/) or [httpx](https://pypi.org/project/httpx/).
## Installing
```bash
pip install TrackerGG
```
```bash
python -m pip install TrackerGG
```
```bash
py -m pip install TrackerGG
```
