fake-bge-module-latest 20250201__py3-none-any.whl → 20250202__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.
@@ -0,0 +1,8 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+
5
+ def load_handler(_): ...
6
+ def register(): ...
7
+ def unregister(): ...
8
+ def update_viewport_startup_preset(): ...
@@ -0,0 +1,4 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import Game_Engine as Game_Engine
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bge-module-latest
3
- Version: 20250201
3
+ Version: 20250202
4
4
  Summary: Collection of the fake Blender Game Engine (BGE) Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -41,7 +41,8 @@ API modules for the code completion in commonly used IDEs.
41
41
 
42
42
  ## Requirements
43
43
 
44
- fake-bpy-module requires Python 3.12.
44
+ fake-bge-module uses typing module and type hints which are available from
45
+ Python 3.8. Check your Python version is >= 3.8.
45
46
 
46
47
  ## Install
47
48
 
@@ -48,6 +48,9 @@ bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
48
  bl_app_override/helpers/__init__.pyi,sha256=zG6ovoT9o-pLrq3s57BtI9rZp9hiuN9BPHKNLTFzw-o,515
49
49
  bl_app_template_utils/__init__.pyi,sha256=etxP9EdPc-i5Q66ydwD_gex0o8-oQTVqxnzEjEEFFIc,313
50
50
  bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
+ bl_app_templates_system/__init__.pyi,sha256=xaiH5ptPJrNXdkXDfJEIAiLcuyoL-fBh6oAoYjtUOt8,103
52
+ bl_app_templates_system/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
+ bl_app_templates_system/Game_Engine/__init__.pyi,sha256=oIm3KXU6v7qaCMlib-QBYd6B7nnNbf5QOpbNhMJlWdc,172
51
54
  bl_console_utils/__init__.pyi,sha256=p4bWNAE7oBrw2lAa-TPSZ8kb28KqPtGr424Pw5fzkrQ,105
52
55
  bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
56
  bl_console_utils/autocomplete/__init__.pyi,sha256=1CvPuFjoJDhxlItbRP6MExpz7XmBqYRBEEBKtN5bQSg,260
@@ -384,7 +387,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
384
387
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
385
388
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
386
389
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
387
- fake_bge_module_latest-20250201.dist-info/METADATA,sha256=decJ5Ub62jDI03j9g19EX3MM2QQ3kN2fXPO7vTyzDKg,4793
388
- fake_bge_module_latest-20250201.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
389
- fake_bge_module_latest-20250201.dist-info/top_level.txt,sha256=G2g8DM6N1EXHQhWiW_lc0Dp7Tmqpop00oo_f2rdLQOU,520
390
- fake_bge_module_latest-20250201.dist-info/RECORD,,
390
+ fake_bge_module_latest-20250202.dist-info/METADATA,sha256=6WZ71obGgWg2xlZiR5S6EfVmQSn6y4sUd7qgGdVBMao,4879
391
+ fake_bge_module_latest-20250202.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
392
+ fake_bge_module_latest-20250202.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
393
+ fake_bge_module_latest-20250202.dist-info/RECORD,,
@@ -8,6 +8,7 @@ bgl
8
8
  bgui
9
9
  bl_app_override
10
10
  bl_app_template_utils
11
+ bl_app_templates_system
11
12
  bl_console_utils
12
13
  bl_i18n_utils
13
14
  bl_keymap_utils