pokepy
pokepy copied to clipboard
A Python wrapper for PokéAPI
I added `learned_by_pokemon` to `MoveResource`, fixing #80
Hi, first of all thanks for your work! I needed the `learned_by_pokemon` subresource of `MoveResource` and I wasn't able to get it, so i checked the code and it seems...
Whenever i try to install the wrapper it install 0.4.2 version instead of latest version and whenever i try using it in repl and install it does not install
The API works great!!! Unfortunately while setting up caching, I consistently get this error: ``` File "C:\Users\{USER}\anaconda3\envs\apps\lib\site-packages\beckett\clients.py", line 194, in __init__ super(BaseClient, self).__init__(*args, **kwargs) TypeError: object.__init__() takes exactly one argument...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
The PokeAPI allows getting a list of Pokemons with pagination, we could include this functionality in to the wrapper and allows to get a list of Pokemon objects and pass...
Maybe test with more complex json responses or even use real responses
Querying a root endpoint of PokeAPI returns a list of resources available for that endpoint. pokepy should handle that situation