A python wrapper for PokeAPI
This is remade from the original Pykemon due to it not being compatible with Python 3.0 or higher, it still works the same though.
This api wrapper is currently for the V1 API, soon I’ll update it to V2
Free software: BSD license
Documentation: http://pykemon.rtfd.org.
Installation
Nice and simple:
$ pip install pykemon2.0
Usage
Even simpler:
>>> import pykemon
>>> client = pykemon.V1Client()
>>> p = client.get_pokemon(uid=1)
[<Pokemon - Bulbasaur>]
Features
Generate Python objects from PokeAPI resources.
Human-friendly API
Release files for pykemon2.0 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pykemon2.0-1.0.3.tar.gz | 4.6 kB | Details |
Release files / pykemon2.0-1.0.3.tar.gz
| Download URL | pykemon2.0-1.0.3.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ef927dedad3474e494763051f5eac5baf84ab363bed7c7d91466ff1c00d5458
|
|
BLAKE2b-256 checksum How to use checksums |
05f976140ae50e365ea0be2f70a3dd77b3e3f7811c4e0c9609b06fbd9e2378e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |