wexample-wex-addon-dev-python 11.1.0__tar.gz → 11.1.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.
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/PKG-INFO +4 -4
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/README.md +2 -2
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/pyproject.toml +2 -2
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/check/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/check/mypy.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/check/pylint.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/check/pyright.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/check.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/format/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/format/black.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/format/isort.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/format.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/code/rename.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/examples/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/examples/utils/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/examples/utils/some_example_type.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/examples/validate.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/commands/release/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/common/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/common/pypi_registry_gateway.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/config_value/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/config_value/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/config_value/python_package_readme_config_value.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/const/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/const/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/const/package.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/const/python.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/const/tags.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/file/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/file/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/file/python_app_iml_file.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/file/python_pyproject_toml_file.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/helpers/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/helpers/pdm.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/middleware/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/middleware/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/middleware/each_python_file_middleware.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/py.typed +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/python_addon_manager.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/refactor/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/refactor/python_package_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/refactor/symbol_kind.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/resources/.wex.yml +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/resources/docker/Dockerfile.python-profiling +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/resources/package_publish_gitlab.yml +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/resources/readme_templates/tests.md.j2 +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/selection/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/selection/abstract_python_code_selection.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/selection/python_code_performance_selection.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/app_service.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/install.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/setup.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/samples/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/entrypoint.sh +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.base +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.develop +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/services/python/service.yml +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/workdir/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/workdir/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/workdir/mixin/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/workdir/mixin/with_profiling_python_workdir_mixin.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/workdir/python_package_workdir.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/workdir/python_packages_suite_workdir.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/src/wexample_wex_addon_dev_python/workdir/python_workdir.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/tests/helpers/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/tests/helpers/test_pdm.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/tests/unit/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/tests/unit/helpers/__init__.py +0 -0
- {wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/tests/unit/helpers/test_pdm.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-python
|
|
3
|
-
Version: 11.1.
|
|
3
|
+
Version: 11.1.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-api>=6.6.0
|
|
19
|
-
Requires-Dist: wexample-filestate-python>=8.
|
|
19
|
+
Requires-Dist: wexample-filestate-python>=8.2.0
|
|
20
20
|
Requires-Dist: wexample-wex-addon-ai>=11.1.0
|
|
21
21
|
Requires-Dist: wexample-wex-addon-app>=25.4.0
|
|
22
22
|
Provides-Extra: dev
|
|
@@ -26,7 +26,7 @@ Description-Content-Type: text/markdown
|
|
|
26
26
|
|
|
27
27
|
# wex_addon_dev_python
|
|
28
28
|
|
|
29
|
-
Version: 11.1.
|
|
29
|
+
Version: 11.1.1
|
|
30
30
|
|
|
31
31
|
Python dev addon for wex
|
|
32
32
|
|
|
@@ -113,7 +113,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
113
113
|
- pylint:
|
|
114
114
|
- pyright:
|
|
115
115
|
- wexample-api: >=6.6.0
|
|
116
|
-
- wexample-filestate-python: >=8.
|
|
116
|
+
- wexample-filestate-python: >=8.2.0
|
|
117
117
|
- wexample-wex-addon-ai: >=11.1.0
|
|
118
118
|
- wexample-wex-addon-app: >=25.4.0
|
|
119
119
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wex_addon_dev_python
|
|
2
2
|
|
|
3
|
-
Version: 11.1.
|
|
3
|
+
Version: 11.1.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-api: >=6.6.0
|
|
90
|
-
- wexample-filestate-python: >=8.
|
|
90
|
+
- wexample-filestate-python: >=8.2.0
|
|
91
91
|
- wexample-wex-addon-ai: >=11.1.0
|
|
92
92
|
- wexample-wex-addon-app: >=25.4.0
|
|
93
93
|
|
{wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/pyproject.toml
RENAMED
|
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "wexample-wex-addon-dev-python"
|
|
9
|
-
version = "11.1.
|
|
9
|
+
version = "11.1.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-api>=6.6.0",
|
|
28
|
-
"wexample-filestate-python>=8.
|
|
28
|
+
"wexample-filestate-python>=8.2.0",
|
|
29
29
|
"wexample-wex-addon-ai>=11.1.0",
|
|
30
30
|
"wexample-wex-addon-app>=25.4.0",
|
|
31
31
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wexample_wex_addon_dev_python-11.1.0 → wexample_wex_addon_dev_python-11.1.1}/tests/unit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|