micropython-stubber 1.25.0.post1__tar.gz → 1.25.0.post2__tar.gz

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.
Files changed (109) hide show
  1. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/PKG-INFO +2 -2
  2. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/pyproject.toml +2 -2
  3. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/LICENSE +0 -0
  4. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/readme.md +0 -0
  5. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/__init__.py +0 -0
  6. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/board_info.csv +0 -0
  7. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/boot.py +0 -0
  8. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs.py +0 -0
  9. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_db.py +0 -0
  10. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_db_min.py +0 -0
  11. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_db_mpy.mpy +0 -0
  12. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_lvgl.py +0 -0
  13. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_lvgl_min.py +0 -0
  14. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_lvgl_mpy.mpy +0 -0
  15. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_mem.py +0 -0
  16. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_mem_min.py +0 -0
  17. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_mem_mpy.mpy +0 -0
  18. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_min.py +0 -0
  19. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/createstubs_mpy.mpy +0 -0
  20. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/fw_info.py +0 -0
  21. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/info.py +0 -0
  22. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/main.py +0 -0
  23. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/modulelist.txt +0 -0
  24. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/pkg_full.json +0 -0
  25. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/pkg_minified.json +0 -0
  26. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/pkg_mpy.json +0 -0
  27. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/board/pyrightconfig.json +0 -0
  28. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/bulk/mcu_stubber.py +0 -0
  29. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/__init__.py +0 -0
  30. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/_partials/__init__.py +0 -0
  31. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/_partials/db_main.py +0 -0
  32. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/_partials/lvgl_main.py +0 -0
  33. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/_partials/modules_reader.py +0 -0
  34. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/add_comment.py +0 -0
  35. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/add_method.py +0 -0
  36. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/board.py +0 -0
  37. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/enrich.py +0 -0
  38. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/merge_docstub.py +0 -0
  39. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/modify_list.py +0 -0
  40. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/utils.py +0 -0
  41. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/codemod/visitors/type_helpers.py +0 -0
  42. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/__init__.py +0 -0
  43. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/build_cmd.py +0 -0
  44. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/cli.py +0 -0
  45. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/clone_cmd.py +0 -0
  46. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/config_cmd.py +0 -0
  47. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/enrich_folder_cmd.py +0 -0
  48. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/get_core_cmd.py +0 -0
  49. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/get_docstubs_cmd.py +0 -0
  50. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/get_frozen_cmd.py +0 -0
  51. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/get_mcu_cmd.py +0 -0
  52. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/merge_cmd.py +0 -0
  53. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/publish_cmd.py +0 -0
  54. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/stub_cmd.py +0 -0
  55. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/switch_cmd.py +0 -0
  56. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/commands/variants_cmd.py +0 -0
  57. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/data/board_info.csv +0 -0
  58. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/data/board_info.json +0 -0
  59. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/data/micropython_tags.csv +0 -0
  60. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/data/requirements-core-micropython.txt +0 -0
  61. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/data/requirements-core-pycopy.txt +0 -0
  62. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/downloader.py +0 -0
  63. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/freeze/__init__.py +0 -0
  64. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/freeze/common.py +0 -0
  65. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/freeze/freeze_folder.py +0 -0
  66. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/freeze/freeze_manifest_2.py +0 -0
  67. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/freeze/get_frozen.py +0 -0
  68. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/get_cpython.py +0 -0
  69. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/get_lobo.py +0 -0
  70. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/merge_config.py +0 -0
  71. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/minify.py +0 -0
  72. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/modcat.py +0 -0
  73. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/__init__.py +0 -0
  74. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/bump.py +0 -0
  75. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/candidates.py +0 -0
  76. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/database.py +0 -0
  77. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/defaults.py +0 -0
  78. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/enums.py +0 -0
  79. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/helpers.py +0 -0
  80. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/merge_docstubs.py +0 -0
  81. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/package.py +0 -0
  82. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/pathnames.py +0 -0
  83. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/publish.py +0 -0
  84. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/pypi.py +0 -0
  85. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/publish/stubpackage.py +0 -0
  86. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/rst/__init__.py +0 -0
  87. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/rst/classsort.py +0 -0
  88. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/rst/lookup.py +0 -0
  89. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/rst/output_dict.py +0 -0
  90. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/rst/reader.py +0 -0
  91. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/rst/report_return.py +0 -0
  92. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/rst/rst_utils.py +0 -0
  93. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/stubber.py +0 -0
  94. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/stubs_from_docs.py +0 -0
  95. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/tools/__init__.py +0 -0
  96. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/tools/manifestfile.py +0 -0
  97. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/tools/readme.md +0 -0
  98. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/typing_collector.py +0 -0
  99. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/update_fallback.py +0 -0
  100. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/update_module_list.py +0 -0
  101. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/__init__.py +0 -0
  102. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/config.py +0 -0
  103. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/makeversionhdr.py +0 -0
  104. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/manifest.py +0 -0
  105. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/post.py +0 -0
  106. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/repos.py +0 -0
  107. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/stubmaker.py +0 -0
  108. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/utils/typed_config_toml.py +0 -0
  109. {micropython_stubber-1.25.0.post1 → micropython_stubber-1.25.0.post2}/src/stubber/variants.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: micropython-stubber
3
- Version: 1.25.0.post1
3
+ Version: 1.25.0.post2
4
4
  Summary: Tooling to create and maintain stubs for MicroPython
5
5
  License: MIT
6
6
  Keywords: MicroPython,stubs,vscode,pyright,linting,static type check
@@ -26,7 +26,7 @@ Requires-Dist: importlib-metadata (>=1,<9) ; python_version < "3.8"
26
26
  Requires-Dist: libcst (>=1.1.0,<2.0.0)
27
27
  Requires-Dist: loguru (>=0.6,<0.8)
28
28
  Requires-Dist: mpflash (>=1.25.0)
29
- Requires-Dist: mpremote (>=1.24.1)
29
+ Requires-Dist: mpremote (>=1.25.0)
30
30
  Requires-Dist: mypy (>=1.10)
31
31
  Requires-Dist: mypy-gitlab-code-quality (>=1.1.0,<2.0.0)
32
32
  Requires-Dist: packaging (>=24.2,<25.0)
@@ -8,7 +8,7 @@ repo-path = "./repos"
8
8
 
9
9
  [tool.poetry]
10
10
  name = "micropython-stubber"
11
- version = "1.25.0.post1"
11
+ version = "1.25.0.post2"
12
12
  description = "Tooling to create and maintain stubs for MicroPython"
13
13
  authors = ["Jos Verlinde <jos_verlinde@hotmail.com>"]
14
14
  license = "MIT"
@@ -51,7 +51,7 @@ python = ">=3.9.2,<4.0"
51
51
  python-minifier = { version = "^2.7.0", python = "<3.14" }
52
52
  requests = "^2.32.3"
53
53
  mpflash = ">=1.25.0"
54
- mpremote = ">=1.24.1"
54
+ mpremote = ">=1.25.0"
55
55
  # others
56
56
  autoflake = ">=1.7,<3.0"
57
57
  black = ">=22.10,<25.0"