Metadata-Version: 2.1
Name: pokedex.py
Version: 2.0.0
Summary: Python wrapper library for the Pokédex API.
Home-page: https://github.com/PokeDevs/pokedex.py
Author: iamtraction
License: MIT
Keywords: pokemon pokedex api database pokeapi pokedb wrapper library
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
License-File: LICENSE.txt
Requires-Dist: requests<3.0.0,>=2.20.0

Pokedex API Wrapper Library
===========================

A wrapper library for the `Pokedex API`_.

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

This is a `Python`_ module available through the `PyPI`_.

Before installing, `download and install Python`_. We recommend
installing version 3.5+ of Python.

Installation is done using the ``pip install`` command:

.. code:: bash

    pip install pokedex.py

For more info, see `pip install`_ docs.

Get Started
-----------

Read the `Wiki`_ to see the available classes and methods (with
examples) and know how to use them.

Pokedex API
-----------

-  `Official Website and Documentation`_
-  `GitHub Organization`_ for other libraries
-  `Discord`_ for discussion

Contributors
------------

The developer of the `Pokedex API`_ and this wrapper library is
`@iamtraction`_

`List of all contributors`_

Donate
------

| If want to support the development of this project to keep this alive
  forever, you can send donations to the developers.
| Your donations will ensure the development of this project and I’ll
  make sure this project stays active forever. You can donate via
  `PayPal`_.

License
-------

`MIT`_

    If you liked this project you can **⭐ Star** it on `GitHub`_.

.. _Pokedex API: https://pokedevs.bastionbot.org
.. _Python: https://python.org
.. _PyPI: https://pypi.python.org/
.. _download and install Python: https://www.python.org/downloads/
.. _pip install: https://docs.python.org/3/installing/index.html
.. _Wiki: https://github.com/PokeDevs/pokedex.py/wiki
.. _Official Website and Documentation: https://pokedevs.bastionbot.org
.. _GitHub Organization: https://github.com/PokeDevs
.. _Discord: https://discord.gg/7P4H3TY
.. _@iamtraction: https://github.com/iamtraction
.. _List of all contributors: https://github.com/PokeDevs/pokedex.py/graphs/contributors
.. _PayPal: https://paypal.me/snkrsnkampa
.. _MIT: https://github.com/PokeDevs/pokedex.py/blob/master/LICENSE.txt
.. _GitHub: https://github.com/PokeDevs/pokedex.py
