https://github.com/pokeapi/pokepy
A Python wrapper for PokéAPI
https://github.com/pokeapi/pokepy
pokeapi python wrapper
Last synced: 8 months ago
JSON representation
A Python wrapper for PokéAPI
- Host: GitHub
- URL: https://github.com/pokeapi/pokepy
- Owner: PokeAPI
- License: bsd-3-clause
- Created: 2013-11-11T19:12:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T21:16:03.000Z (almost 2 years ago)
- Last Synced: 2025-08-28T01:34:44.514Z (8 months ago)
- Topics: pokeapi, python, wrapper
- Language: Python
- Homepage: https://pokeapi.co
- Size: 742 KB
- Stars: 130
- Watchers: 12
- Forks: 25
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/pokepy)
[](https://pypi.org/project/pokepy)
[](https://pypi.org/project/pokepy/)
[](https://circleci.com/gh/PokeAPI/pokepy)
[](https://codecov.io/gh/PokeAPI/pokepy)
[](https://snyk.io/test/github/PokeAPI/pokepy?targetFile=requirements.txt)
[](https://github.com/PokeAPI/pokepy/blob/master/LICENSE)
A python wrapper for [PokéAPI](https://pokeapi.co). (former [pykemon](https://github.com/PokeAPI/pokepy/tree/bb72105f4c5402aaa5d4fd2b9c142bf9b678b254))
Maintainer: [Kronopt](https://github.com/Kronopt)
## Installation
Nice and simple:
```sh
$ pip install pokepy
```
## Usage
Even simpler:
```python
>>> import pokepy
>>> client = pokepy.V2Client()
>>> client.get_pokemon(14)
```
## Documentation
For more information, check the documentation at https://pokeapi.github.io/pokepy
## Features
* Generate Python objects from PokéAPI resources
* Cache
* Human-friendly API
