wexample-wex-addon-dev-python 13.2.0__tar.gz → 13.2.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-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/PKG-INFO +6 -6
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/README.md +3 -3
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/pyproject.toml +3 -3
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/check/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/check/mypy.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/check/pylint.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/check/pyright.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/check.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/format/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/format/black.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/format/isort.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/format.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/code/rename.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/examples/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/examples/utils/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/examples/utils/some_example_type.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/examples/validate.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/commands/release/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/common/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/common/pypi_registry_gateway.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/config_value/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/config_value/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/config_value/python_package_readme_config_value.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/const/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/const/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/const/package.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/const/python.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/const/tags.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/file/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/file/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/file/python_app_iml_file.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/file/python_pyproject_toml_file.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/formatter/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/formatter/python_code_formatter.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/helper/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/helper/pdm.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/middleware/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/middleware/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/middleware/each_python_file_middleware.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/operation/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/operation/generated_description_operation.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/option/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/option/generated_description_option.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/options_provider/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/options_provider/generative_options_provider.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/py.typed +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/python_addon_manager.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/abstract_python_path_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/abstract_python_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/abstract_python_symbol_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/applier.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/python_class_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/python_common.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/python_constant_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/python_function_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/python_module_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/python_package_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/rename_plan.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/refactor/symbol_kind.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/.wex.yml +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/ai/agents/describer/agent.yml +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/ai/agents/describer/context.j2 +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/design_rules/python_code.md +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/docker/Dockerfile.python-profiling +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/package_publish_gitlab.yml +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/readme_templates/install.md.j2 +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/readme_templates/tests.md.j2 +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/resources/writing_rules/python_code.md +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/selection/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/selection/abstract_python_code_selection.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/selection/python_code_performance_selection.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/app_service.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/install.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/commands/service/setup.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/samples/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/entrypoint.sh +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.base +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.develop +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/services/python/service.yml +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/workdir/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/workdir/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/workdir/mixin/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/workdir/mixin/with_profiling_python_workdir_mixin.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/workdir/python_package_workdir.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/workdir/python_packages_suite_workdir.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/src/wexample_wex_addon_dev_python/workdir/python_workdir.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/.gitkeep +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/helper/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/helper/test_pdm.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/integration/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/integration/refactor/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/integration/refactor/test_python_class_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/integration/refactor/test_python_constant_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/integration/refactor/test_python_function_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/integration/refactor/test_python_module_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/integration/refactor/test_python_package_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/helper/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/helper/test_pdm.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/__init__.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_abstract_python_path_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_abstract_python_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_abstract_python_symbol_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_applier.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_python_class_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_python_common.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_python_constant_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_python_function_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_python_module_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_python_package_rename_handler.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_rename_plan.py +0 -0
- {wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/refactor/test_symbol_kind.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-python
|
|
3
|
-
Version: 13.2.
|
|
3
|
+
Version: 13.2.1
|
|
4
4
|
Summary: Extends wex with commands to format, lint, and rename Python symbols, plus workdir types for Python packages and suites
|
|
5
5
|
Author-Email: weeger <contact@wexample.com>
|
|
6
6
|
License: MIT
|
|
@@ -17,8 +17,8 @@ Requires-Dist: pylint
|
|
|
17
17
|
Requires-Dist: pyright
|
|
18
18
|
Requires-Dist: wexample-api>=6.8.0
|
|
19
19
|
Requires-Dist: wexample-filestate-python>=9.0.0
|
|
20
|
-
Requires-Dist: wexample-wex-addon-ai>=
|
|
21
|
-
Requires-Dist: wexample-wex-addon-app>=
|
|
20
|
+
Requires-Dist: wexample-wex-addon-ai>=14.0.0
|
|
21
|
+
Requires-Dist: wexample-wex-addon-app>=31.0.0
|
|
22
22
|
Provides-Extra: dev
|
|
23
23
|
Requires-Dist: pytest; extra == "dev"
|
|
24
24
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
@@ -26,7 +26,7 @@ Description-Content-Type: text/markdown
|
|
|
26
26
|
|
|
27
27
|
# wex_addon_dev_python
|
|
28
28
|
|
|
29
|
-
Version: 13.2.
|
|
29
|
+
Version: 13.2.1
|
|
30
30
|
|
|
31
31
|
`wex_addon_dev_python` extends the wex CLI with a `python::` command group that formats source files with isort and black (`python::code/format`), checks them with mypy, pylint, and pyright (`python::code/check`), and renames Python symbols — packages, modules, classes, functions, constants — while propagating every affected import statement across the workdir (`python::code/rename`). It also ships `PythonPackageWorkdir` and `PythonPackagesSuiteWorkdir`, two workdir types that let wex manage a single PDM-based package or a multi-package suite as a first-class project structure. The intended users are wex operators who develop and maintain Python packages within the wexample ecosystem.
|
|
32
32
|
|
|
@@ -252,8 +252,8 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
252
252
|
- pyright:
|
|
253
253
|
- wexample-api: >=6.8.0
|
|
254
254
|
- wexample-filestate-python: >=9.0.0
|
|
255
|
-
- wexample-wex-addon-ai: >=
|
|
256
|
-
- wexample-wex-addon-app: >=
|
|
255
|
+
- wexample-wex-addon-ai: >=14.0.0
|
|
256
|
+
- wexample-wex-addon-app: >=31.0.0
|
|
257
257
|
|
|
258
258
|
## Versioning & Compatibility Policy
|
|
259
259
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wex_addon_dev_python
|
|
2
2
|
|
|
3
|
-
Version: 13.2.
|
|
3
|
+
Version: 13.2.1
|
|
4
4
|
|
|
5
5
|
`wex_addon_dev_python` extends the wex CLI with a `python::` command group that formats source files with isort and black (`python::code/format`), checks them with mypy, pylint, and pyright (`python::code/check`), and renames Python symbols — packages, modules, classes, functions, constants — while propagating every affected import statement across the workdir (`python::code/rename`). It also ships `PythonPackageWorkdir` and `PythonPackagesSuiteWorkdir`, two workdir types that let wex manage a single PDM-based package or a multi-package suite as a first-class project structure. The intended users are wex operators who develop and maintain Python packages within the wexample ecosystem.
|
|
6
6
|
|
|
@@ -226,8 +226,8 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
226
226
|
- pyright:
|
|
227
227
|
- wexample-api: >=6.8.0
|
|
228
228
|
- wexample-filestate-python: >=9.0.0
|
|
229
|
-
- wexample-wex-addon-ai: >=
|
|
230
|
-
- wexample-wex-addon-app: >=
|
|
229
|
+
- wexample-wex-addon-ai: >=14.0.0
|
|
230
|
+
- wexample-wex-addon-app: >=31.0.0
|
|
231
231
|
|
|
232
232
|
## Versioning & Compatibility Policy
|
|
233
233
|
|
{wexample_wex_addon_dev_python-13.2.0 → wexample_wex_addon_dev_python-13.2.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 = "13.2.
|
|
9
|
+
version = "13.2.1"
|
|
10
10
|
description = "Extends wex with commands to format, lint, and rename Python symbols, plus workdir types for Python packages and suites"
|
|
11
11
|
authors = [
|
|
12
12
|
{ name = "weeger", email = "contact@wexample.com" },
|
|
@@ -26,8 +26,8 @@ dependencies = [
|
|
|
26
26
|
"pyright",
|
|
27
27
|
"wexample-api>=6.8.0",
|
|
28
28
|
"wexample-filestate-python>=9.0.0",
|
|
29
|
-
"wexample-wex-addon-ai>=
|
|
30
|
-
"wexample-wex-addon-app>=
|
|
29
|
+
"wexample-wex-addon-ai>=14.0.0",
|
|
30
|
+
"wexample-wex-addon-app>=31.0.0",
|
|
31
31
|
]
|
|
32
32
|
|
|
33
33
|
[project.readme]
|
|
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
|
|
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-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/.gitkeep
RENAMED
|
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-13.2.0 → wexample_wex_addon_dev_python-13.2.1}/tests/unit/__init__.py
RENAMED
|
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
|