You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're about to start needing external data sources. E.g., the Pokédex. Do we want to say that everything needs to be run from the root directory. Or do we want to support the library being more portable? If the later then we need to configure how pip install will setup and copy across data files.
It's lazy loaded and cached for further use. Ditto for moves, natures and type charts. Learnsets are not included yet, but can be added if you need it.
We're about to start needing external data sources. E.g., the Pokédex. Do we want to say that everything needs to be run from the root directory. Or do we want to support the library being more portable? If the later then we need to configure how
pip install
will setup and copy across data files.@phinate how would you like this done?
Examples of data needed to be usable by the library:
The text was updated successfully, but these errors were encountered: