Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokedevs/pokedex.py
A Python wrapper library for the Pokédex API.
https://github.com/pokedevs/pokedex.py
api database library pokeapi pokedex pokemon py python wrapper
Last synced: 28 days ago
JSON representation
A Python wrapper library for the Pokédex API.
- Host: GitHub
- URL: https://github.com/pokedevs/pokedex.py
- Owner: PokeDevs
- License: mit
- Created: 2017-12-16T15:23:53.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T06:12:03.000Z (about 1 year ago)
- Last Synced: 2024-10-07T22:52:24.803Z (about 1 month ago)
- Topics: api, database, library, pokeapi, pokedex, pokemon, py, python, wrapper
- Language: Python
- Homepage: https://pypi.python.org/pypi/pokedex.py
- Size: 46.9 KB
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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 discussionContributors
------------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