When starting out on Pokémon GO Tools, this project was meant to constrain scope while I learned about the GAME_MASTER files and how to extract data from them separate from a user interface. I also was thinking it was possible someone else might find the API useful, but it seems like every other project decides to just extract from GAME_MASTER files themselves anyways, and now I've got extra complexity downstream with no benefit.
As such, I'm going to deprecate this project and start moving the logic over to pokemongo-tools. Once the main logic is ported, I'll simply stop updating this API and eventually will delete it entirely.
When starting out on Pokémon GO Tools, this project was meant to constrain scope while I learned about the
GAME_MASTERfiles and how to extract data from them separate from a user interface. I also was thinking it was possible someone else might find the API useful, but it seems like every other project decides to just extract fromGAME_MASTERfiles themselves anyways, and now I've got extra complexity downstream with no benefit.As such, I'm going to deprecate this project and start moving the logic over to pokemongo-tools. Once the main logic is ported, I'll simply stop updating this API and eventually will delete it entirely.