wexample-wex-addon-dev-python 8.6.2__tar.gz → 8.7.1__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 (67) hide show
  1. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/PKG-INFO +4 -4
  2. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/README.md +2 -2
  3. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/pyproject.toml +2 -2
  4. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/check/pylint.py +1 -1
  5. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/check.py +7 -7
  6. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/format.py +3 -3
  7. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/examples/validate.py +2 -2
  8. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/python_addon_manager.py +1 -1
  9. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/install.py +2 -2
  10. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/setup.py +2 -2
  11. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/__init__.py +0 -0
  12. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/__pycache__/__init__.py +0 -0
  13. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/__init__.py +0 -0
  14. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/__init__.py +0 -0
  15. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/check/__init__.py +0 -0
  16. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/check/mypy.py +0 -0
  17. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/check/pyright.py +0 -0
  18. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/format/__init__.py +0 -0
  19. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/format/black.py +0 -0
  20. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/code/format/isort.py +0 -0
  21. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/examples/__init__.py +0 -0
  22. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/examples/utils/__init__.py +0 -0
  23. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/examples/utils/some_example_type.py +0 -0
  24. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/commands/release/__init__.py +0 -0
  25. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/config_value/__init__.py +0 -0
  26. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/config_value/__pycache__/__init__.py +0 -0
  27. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/config_value/python_package_readme_config_value.py +0 -0
  28. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/const/__init__.py +0 -0
  29. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/const/__pycache__/__init__.py +0 -0
  30. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/const/package.py +0 -0
  31. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/const/python.py +0 -0
  32. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/file/__init__.py +0 -0
  33. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/file/__pycache__/__init__.py +0 -0
  34. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/file/python_app_iml_file.py +0 -0
  35. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/file/python_pyproject_toml_file.py +0 -0
  36. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/helpers/__init__.py +0 -0
  37. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/helpers/pdm.py +0 -0
  38. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/middleware/__init__.py +0 -0
  39. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/middleware/__pycache__/__init__.py +0 -0
  40. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/middleware/each_python_file_middleware.py +0 -0
  41. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/py.typed +0 -0
  42. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/resources/.wex.yml +0 -0
  43. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/resources/docker/Dockerfile.python-profiling +0 -0
  44. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/resources/package_publish_gitlab.yml +0 -0
  45. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/resources/readme_templates/tests.md.j2 +0 -0
  46. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/__init__.py +0 -0
  47. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/__init__.py +0 -0
  48. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/app_service.py +0 -0
  49. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/commands/__init__.py +0 -0
  50. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/__init__.py +0 -0
  51. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/docker/.wex.yml +0 -0
  52. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/docker/docker-compose.yml +0 -0
  53. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/samples/__init__.py +0 -0
  54. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/__init__.py +0 -0
  55. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/docker-compose.yml +0 -0
  56. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/entrypoint.sh +0 -0
  57. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.base +0 -0
  58. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.develop +0 -0
  59. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/__init__.py +0 -0
  60. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/services/python/service.yml +0 -0
  61. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/workdir/__init__.py +0 -0
  62. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/workdir/__pycache__/__init__.py +0 -0
  63. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/workdir/mixin/__init__.py +0 -0
  64. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/workdir/mixin/with_profiling_python_workdir_mixin.py +0 -0
  65. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/workdir/python_package_workdir.py +0 -0
  66. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/workdir/python_packages_suite_workdir.py +0 -0
  67. {wexample_wex_addon_dev_python-8.6.2 → wexample_wex_addon_dev_python-8.7.1}/src/wexample_wex_addon_dev_python/workdir/python_workdir.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-python
3
- Version: 8.6.2
3
+ Version: 8.7.1
4
4
  Summary: Python dev addon for wex
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -16,7 +16,7 @@ Requires-Dist: networkx
16
16
  Requires-Dist: pylint
17
17
  Requires-Dist: pyright
18
18
  Requires-Dist: wexample-filestate-python>=6.8.0
19
- Requires-Dist: wexample-wex-addon-app>=19.1.0
19
+ Requires-Dist: wexample-wex-addon-app>=19.3.0
20
20
  Provides-Extra: dev
21
21
  Requires-Dist: pytest; extra == "dev"
22
22
  Requires-Dist: pytest-cov; extra == "dev"
@@ -24,7 +24,7 @@ Description-Content-Type: text/markdown
24
24
 
25
25
  # wex_addon_dev_python
26
26
 
27
- Version: 8.6.2
27
+ Version: 8.7.1
28
28
 
29
29
  Python dev addon for wex
30
30
 
@@ -111,7 +111,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
111
111
  - pylint:
112
112
  - pyright:
113
113
  - wexample-filestate-python: >=6.8.0
114
- - wexample-wex-addon-app: >=19.1.0
114
+ - wexample-wex-addon-app: >=19.3.0
115
115
 
116
116
  ## Versioning & Compatibility Policy
117
117
 
@@ -1,6 +1,6 @@
1
1
  # wex_addon_dev_python
2
2
 
3
- Version: 8.6.2
3
+ Version: 8.7.1
4
4
 
5
5
  Python dev addon for wex
6
6
 
@@ -87,7 +87,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
87
87
  - pylint:
88
88
  - pyright:
89
89
  - wexample-filestate-python: >=6.8.0
90
- - wexample-wex-addon-app: >=19.1.0
90
+ - wexample-wex-addon-app: >=19.3.0
91
91
 
92
92
  ## Versioning & Compatibility Policy
93
93
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-python"
9
- version = "8.6.2"
9
+ version = "8.7.1"
10
10
  description = "Python dev addon for wex"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -25,7 +25,7 @@ dependencies = [
25
25
  "pylint",
26
26
  "pyright",
27
27
  "wexample-filestate-python>=6.8.0",
28
- "wexample-wex-addon-app>=19.1.0",
28
+ "wexample-wex-addon-app>=19.3.0",
29
29
  ]
30
30
 
31
31
  [project.readme]
@@ -3,7 +3,7 @@ from __future__ import annotations
3
3
  from typing import TYPE_CHECKING
4
4
 
5
5
  if TYPE_CHECKING:
6
- from wexample_wex_core.context.execution_context import ExecutionContext
6
+ from wexample_cli.context.execution_context import ExecutionContext
7
7
 
8
8
 
9
9
  def _code_check_pylint(context: ExecutionContext, file_path: str) -> bool:
@@ -2,18 +2,18 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
- from wexample_wex_core.const.globals import COMMAND_TYPE_ADDON
6
- from wexample_wex_core.const.middleware import (
5
+ from wexample_cli.const.middleware import (
7
6
  MIDDLEWARE_OPTION_VALUE_ALLWAYS,
8
7
  MIDDLEWARE_OPTION_VALUE_OPTIONAL,
9
8
  )
10
- from wexample_wex_core.decorator.command import command
11
- from wexample_wex_core.decorator.middleware import middleware
12
- from wexample_wex_core.decorator.option import option
13
- from wexample_wex_core.decorator.option_stop_on_failure import option_stop_on_failure
9
+ from wexample_cli.decorator.command import command
10
+ from wexample_cli.decorator.middleware import middleware
11
+ from wexample_cli.decorator.option import option
12
+ from wexample_cli.decorator.option_stop_on_failure import option_stop_on_failure
13
+ from wexample_wex_core.const.globals import COMMAND_TYPE_ADDON
14
14
 
15
15
  if TYPE_CHECKING:
16
- from wexample_wex_core.context.execution_context import ExecutionContext
16
+ from wexample_cli.context.execution_context import ExecutionContext
17
17
 
18
18
 
19
19
  @option(
@@ -2,10 +2,10 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
+ from wexample_cli.decorator.command import command
6
+ from wexample_cli.decorator.middleware import middleware
7
+ from wexample_cli.decorator.option import option
5
8
  from wexample_wex_core.const.globals import COMMAND_TYPE_ADDON
6
- from wexample_wex_core.decorator.command import command
7
- from wexample_wex_core.decorator.middleware import middleware
8
- from wexample_wex_core.decorator.option import option
9
9
 
10
10
  if TYPE_CHECKING:
11
11
  from wexample_wex_core.common.kernel import Kernel
@@ -2,11 +2,11 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
+ from wexample_cli.decorator.command import command
5
6
  from wexample_wex_core.const.globals import COMMAND_TYPE_ADDON
6
- from wexample_wex_core.decorator.command import command
7
7
 
8
8
  if TYPE_CHECKING:
9
- from wexample_wex_core.context.execution_context import ExecutionContext
9
+ from wexample_cli.context.execution_context import ExecutionContext
10
10
 
11
11
 
12
12
  @command(type=COMMAND_TYPE_ADDON, description="Check python code on every file.")
@@ -5,7 +5,7 @@ from typing import TYPE_CHECKING
5
5
  from wexample_wex_core.common.abstract_addon_manager import AbstractAddonManager
6
6
 
7
7
  if TYPE_CHECKING:
8
- from wexample_wex_core.middleware.abstract_middleware import AbstractMiddleware
8
+ from wexample_cli.middleware.abstract_middleware import AbstractMiddleware
9
9
 
10
10
 
11
11
  class PythonAddonManager(AbstractAddonManager):
@@ -2,12 +2,12 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
+ from wexample_cli.decorator.command import command
5
6
  from wexample_wex_core.const.globals import COMMAND_TYPE_SERVICE
6
- from wexample_wex_core.decorator.command import command
7
7
 
8
8
  if TYPE_CHECKING:
9
+ from wexample_cli.context.execution_context import ExecutionContext
9
10
  from wexample_wex_addon_app.service.app_service import AppService
10
- from wexample_wex_core.context.execution_context import ExecutionContext
11
11
 
12
12
 
13
13
  @command(
@@ -2,12 +2,12 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
+ from wexample_cli.decorator.command import command
5
6
  from wexample_wex_core.const.globals import COMMAND_TYPE_SERVICE
6
- from wexample_wex_core.decorator.command import command
7
7
 
8
8
  if TYPE_CHECKING:
9
+ from wexample_cli.context.execution_context import ExecutionContext
9
10
  from wexample_wex_addon_app.service.app_service import AppService
10
- from wexample_wex_core.context.execution_context import ExecutionContext
11
11
 
12
12
 
13
13
  @command(