All Projects → PokeAPI → Pokepy

PokeAPI / Pokepy

Licence: bsd-3-clause
A Python wrapper for PokéAPI

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pokepy

Csnackbar
This is a wrapper for android Snackbar. Which giving support to change Snackbar color, duration, message or even it's content view with a custom view.
Stars: ✭ 76 (-19.15%)
Mutual labels:  wrapper
Aiovk
vk.com API python wrapper for asyncio
Stars: ✭ 85 (-9.57%)
Mutual labels:  wrapper
Winapi Wrapper
Windows API wrapper class for simulating mouse movement, clicking, and more.
Stars: ✭ 92 (-2.13%)
Mutual labels:  wrapper
Minecraft Wrapper
A simple & intuitive Minecraft Server wrapper. Supports IRC, backups, a plugin system, and more.
Stars: ✭ 77 (-18.09%)
Mutual labels:  wrapper
React Native Line
Line SDK wrapper for React Native 🚀
Stars: ✭ 80 (-14.89%)
Mutual labels:  wrapper
Termux
Node.js module for Termux-API
Stars: ✭ 87 (-7.45%)
Mutual labels:  wrapper
Uglifyjs Online
JavaScript minifier in the browser
Stars: ✭ 71 (-24.47%)
Mutual labels:  wrapper
Php Mediainfo
PHP wrapper around the mediainfo command
Stars: ✭ 93 (-1.06%)
Mutual labels:  wrapper
Tensorrtwrapper
TensorRT Net Wrapper
Stars: ✭ 81 (-13.83%)
Mutual labels:  wrapper
Apipeline
Feature-rich and pluggable offline-first API wrapper for all your javascript environements ! Easily wire-up your API and make your app work offline in minutes.
Stars: ✭ 92 (-2.13%)
Mutual labels:  wrapper
Tortilla
Wrapping web APIs made easy.
Stars: ✭ 1,215 (+1192.55%)
Mutual labels:  wrapper
Uvw
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
Stars: ✭ 1,222 (+1200%)
Mutual labels:  wrapper
Croaring Rs
Rust wrapper for CRoaring
Stars: ✭ 89 (-5.32%)
Mutual labels:  wrapper
Phenomenon Px
⚡️ The fastest way to create pixel shaders.
Stars: ✭ 77 (-18.09%)
Mutual labels:  wrapper
Spotify Web Api Js
A client-side JS wrapper for the Spotify Web API
Stars: ✭ 1,313 (+1296.81%)
Mutual labels:  wrapper
Swifttwitch
👾 The New Twitch API for iOS; wrapped in Swift goodness 👾
Stars: ✭ 72 (-23.4%)
Mutual labels:  wrapper
Spotify Web Api Kotlin
Spotify Web API wrapper for Kotlin/JVM, Kotlin/Android, Kotlin/JS, and Kotlin/Native. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a spotify-auth wrapper for Kotlin/Android
Stars: ✭ 86 (-8.51%)
Mutual labels:  wrapper
Expressvpn Python
ExpressVPN - Python Wrapper (public IP auto fetch).
Stars: ✭ 94 (+0%)
Mutual labels:  wrapper
Discord.jl
The Julia Discord API Wrapper
Stars: ✭ 93 (-1.06%)
Mutual labels:  wrapper
Nimue4
Nim language integration for Unreal Engine 4
Stars: ✭ 90 (-4.26%)
Mutual labels:  wrapper

Pokepy

pypi python versions downloads build status coverage snyk license

A python wrapper for PokéAPI. (former pykemon)

Maintainer: Kronopt

Installation

Nice and simple:

$ pip install pokepy

Usage

Even simpler:

>>> import pokepy
>>> client = pokepy.V2Client()
>>> client.get_pokemon(14)
<Pokemon - Kakuna>

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].