Files
nuzlocke-tracker/.beans/nuzlocke-tracker-tqoq--rewrite-fetch-pokeapipy-to-use-local-submodule-dat.md
Julian Tabel 001ee98bb5 Rewrite fetch_pokeapi.py to read from local submodule instead of PokeAPI
Replace all pokebase API calls with local JSON file reads from the
PokeAPI/api-data git submodule, removing the network dependency and
pokebase package. The script now runs with stdlib Python only.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 19:17:03 +01:00

11 lines
351 B
Markdown

---
# nuzlocke-tracker-tqoq
title: Rewrite fetch_pokeapi.py to use local submodule data
status: completed
type: task
priority: normal
created_at: 2026-02-05T18:14:38Z
updated_at: 2026-02-05T18:16:34Z
---
Replace all pokebase API calls with local JSON file reads from the PokeAPI/api-data git submodule. Remove pokebase dependency from pyproject.toml.