pypokedex
pypokedex copied to clipboard
A minimal pokedex library for Python
When I use p.base_stats, it shows all of the base stats of the pokemon. However, is it possible to only return the HP of the pokemon? I tried p.hp, but...
There are some pokemons for which you can't get the data by searching by their name for example keldeo, deoxys, mimikyu. But you can get their data by their dex...
how do i take only the name of a pokemon? for exaple: not "(dex=116, name='horsea')" but only horsea
Should add a evolution chart for each pokemon maybe contained inside a dictionary
Currently, this package's documentation is limited to the README file provided in the repository/distributed bundle. This isn't useful for people programming in an editor or using the [`help`](https://docs.python.org/3/library/functions.html#help) function. The...
Including modules, classes, functions, etc (see #8).
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.7.2 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...
Bumps [zipp](https://github.com/jaraco/zipp) from 3.15.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...