Metadata-Version: 2.1
Name: trainerdex
Version: 4.0.0a3
Summary: An API to interact with TrainerDex - a online database of Pokemon Go trainers
Home-page: https://trainerdex.app/
License: GPL-3.0
Author: Jay Turner
Author-email: jay@trainerdex.app
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp (>=3.6.0,<4.0.0)
Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
Requires-Dist: typing-extensions (>=4.3.0,<5.0.0)
Project-URL: Repository, https://github.com/TrainerDex/TrainerDex.py
Description-Content-Type: text/markdown

[![Support Server](https://img.shields.io/discord/614101299197378571.svg?color=7289da&label=Support&logo=discord&style=flat)](https://discord.gg/pdxh7P)
[![PyPi version](https://badgen.net/pypi/v/trainerdex/)](https://pypi.org/project/trainerdex/)
[![wakatime](https://wakatime.com/badge/github/TrainerDex/TrainerDex.py.svg?style=flat)](https://wakatime.com/badge/github/TrainerDex/TrainerDex.py)

A python library for interacting with the TrainerDex API

Installation
------------

    pip install trainerdex

