localdex 0.2.35__py3-none-any.whl → 0.2.37__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- localdex/core.py +4 -2
- {localdex-0.2.35.dist-info → localdex-0.2.37.dist-info}/METADATA +1 -1
- {localdex-0.2.35.dist-info → localdex-0.2.37.dist-info}/RECORD +6 -6
- {localdex-0.2.35.dist-info → localdex-0.2.37.dist-info}/WHEEL +0 -0
- {localdex-0.2.35.dist-info → localdex-0.2.37.dist-info}/entry_points.txt +0 -0
- {localdex-0.2.35.dist-info → localdex-0.2.37.dist-info}/top_level.txt +0 -0
localdex/core.py
CHANGED
@@ -213,15 +213,17 @@ class LocalDex:
|
|
213
213
|
name = 'tauros-paldea-combat-breed'
|
214
214
|
else:
|
215
215
|
name = 'tauros-paldea-blaze-breed'
|
216
|
+
if 'arceus' in name.lower():
|
217
|
+
name = 'arceus'
|
216
218
|
|
217
219
|
if 'indeedee' in name.lower():
|
218
220
|
if 'f' in name.lower():
|
219
|
-
name = 'indeedee-
|
221
|
+
name = 'indeedee-female'
|
220
222
|
elif 'm' in name.lower():
|
221
223
|
name = 'indeedee-male'
|
222
224
|
else:
|
223
225
|
name = 'indeedee-female'
|
224
|
-
|
226
|
+
|
225
227
|
pokemon_data = self.data_loader.load_pokemon_by_name(name)
|
226
228
|
|
227
229
|
if not pokemon_data:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
localdex/__init__.py,sha256=TTeh9Eys8nLtcw7Dg2equDqnouthIUyfsqvABtzR2vA,403
|
2
2
|
localdex/cli.py,sha256=WqBCyA0akAFJNrYa8jCA3zoZgYEptDYDMGfAGkvKyZc,19317
|
3
|
-
localdex/core.py,sha256=
|
3
|
+
localdex/core.py,sha256=OTM3UmswgE9-jYRJWSD-mtKLGW5XuqZt-n1CJyvw4L0,22400
|
4
4
|
localdex/data_loader.py,sha256=hi9aSTto5Ti-OBGOgrQ-XwD5hmivsUwS1uC4rulhwQI,11366
|
5
5
|
localdex/download_data.py,sha256=T4A3OliGe2RsrRV1glyCqRcFhQIRt29KcY1K1-IqTuU,21597
|
6
6
|
localdex/exceptions.py,sha256=Z02-8Kci6jFDk2nnGdVSHZJMDDWE9vuwuASs4VM3To8,2777
|
@@ -4825,8 +4825,8 @@ localdex/models/ability.py,sha256=AQzv3XUHHl4sustMJjPDDjJOjXu2GMLTfcM3-tqQ_1w,30
|
|
4825
4825
|
localdex/models/item.py,sha256=zXao8F-jBPUGq_YLeGeYeK_dZVI7aZMXtWOPwR3qusY,4677
|
4826
4826
|
localdex/models/move.py,sha256=hfgcWI4ziz5MMvc9ddmkotxzYYdrSUqZZQ72IU5tucs,7629
|
4827
4827
|
localdex/models/pokemon.py,sha256=glnOiEhkFc25U54hJHwUkT-okUgtL2prg3269YXI3w0,5422
|
4828
|
-
localdex-0.2.
|
4829
|
-
localdex-0.2.
|
4830
|
-
localdex-0.2.
|
4831
|
-
localdex-0.2.
|
4832
|
-
localdex-0.2.
|
4828
|
+
localdex-0.2.37.dist-info/METADATA,sha256=_XTETQDl9yYeVkxFrHxykvnIu-sTdXyeWMwEDDq83z8,8016
|
4829
|
+
localdex-0.2.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4830
|
+
localdex-0.2.37.dist-info/entry_points.txt,sha256=n5GxSeQo-MRuvrT2wVk7hOzEFFsWf6tkBjkzmGIYJe4,47
|
4831
|
+
localdex-0.2.37.dist-info/top_level.txt,sha256=vtupDMH-IaxVCoEZrmE0QzdTwhaKzngVJbTA1NkR_MY,9
|
4832
|
+
localdex-0.2.37.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|