A Python wrapper for PokeAPI
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pykemon2.0-1.0.3.tar.gz
(4.6 kB
view details)
File details
Details for the file pykemon2.0-1.0.3.tar.gz.
File metadata
- Download URL: pykemon2.0-1.0.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ef927dedad3474e494763051f5eac5baf84ab363bed7c7d91466ff1c00d5458
|
|
| MD5 |
8e1781abfb99e670faa4a17cd69ab531
|
|
| BLAKE2b-256 |
05f976140ae50e365ea0be2f70a3dd77b3e3f7811c4e0c9609b06fbd9e2378e7
|