veekun_pokedex/pokedex/db
Andrew Ekstedt 74abc66612 Regen VersionGroupPokemonMoveMethods when loading the database
Instead of relying on people to remember to run a script to regenerate
it, just do it automatically at load time. Only takes a couple seconds.
And hey, this gives us a free test too! (CI will complain if load+dump
isn't clean.)

Fixes #334
Fixes #74
2021-06-21 21:27:28 -07:00
..
__init__.py
dependencies.py
load.py Regen VersionGroupPokemonMoveMethods when loading the database 2021-06-21 21:27:28 -07:00
markdown.py Avoid a warning about regex flags in Python 3.6 2021-03-21 15:39:02 -07:00
multilang.py
oracle.py
tables.py Fix GrowthRate backref 2021-03-28 23:51:53 -07:00
translations.py Catch StopIteration explicitly in group_by_object generator (#264) 2019-07-15 13:23:37 -07:00
util.py