Installation¶
PokeLance targets Python 3.10+ and ships with full inline type hints, so your type checker (ty, pyright, mypy) picks up the API surface immediately after install.
Requirements¶
- Python
>=3.10 niquestsfor modern sync and async HTTP (with HTTP/2 and HTTP/3 support)attrsfor structured modelsaiofilesfor non-blocking disk cache I/O
PokeLance keeps its runtime footprint minimal so it drops cleanly into bots, web services, and scripts.
Install from PyPI¶
Installing from source¶
If you want the latest development version:
Verifying the install¶
Verify that PokeLance is installed properly by checking its version:
If that outputs a version string, you're ready for the Quickstart.