wexample-wex-addon-dev-php 0.0.6__tar.gz → 0.0.8__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 (16) hide show
  1. wexample_wex_addon_dev_php-0.0.8/PKG-INFO +139 -0
  2. wexample_wex_addon_dev_php-0.0.8/README.md +118 -0
  3. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/pyproject.toml +12 -2
  4. wexample_wex_addon_dev_php-0.0.8/src/wexample_wex_addon_dev_php/workdir/__init__.py +0 -0
  5. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/workdir/php_packages_suite_workdir.py +2 -2
  6. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/workdir/php_workdir.py +2 -2
  7. wexample_wex_addon_dev_php-0.0.6/PKG-INFO +0 -53
  8. wexample_wex_addon_dev_php-0.0.6/README.md +0 -34
  9. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/__init__.py +0 -0
  10. {wexample_wex_addon_dev_php-0.0.6/src/wexample_wex_addon_dev_php/file → wexample_wex_addon_dev_php-0.0.8/src/wexample_wex_addon_dev_php/__pycache__}/__init__.py +0 -0
  11. {wexample_wex_addon_dev_php-0.0.6/src/wexample_wex_addon_dev_php/workdir → wexample_wex_addon_dev_php-0.0.8/src/wexample_wex_addon_dev_php/file}/__init__.py +0 -0
  12. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/php_addon_manager.py +0 -0
  13. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/py.typed +0 -0
  14. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/workdir/php_laravel_workdir.py +0 -0
  15. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/workdir/php_package_workdir.py +0 -0
  16. {wexample_wex_addon_dev_php-0.0.6 → wexample_wex_addon_dev_php-0.0.8}/src/wexample_wex_addon_dev_php/workdir/php_symfony_workdir.py +0 -0
@@ -0,0 +1,139 @@
1
+ Metadata-Version: 2.1
2
+ Name: wexample-wex-addon-dev-php
3
+ Version: 0.0.8
4
+ Summary: Python dev addon for wex
5
+ Author-Email: weeger <contact@wexample.com>
6
+ License: MIT
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Project-URL: homepage, https://github.com/wexample/python-wex-dev-python
11
+ Requires-Python: >=3.10
12
+ Requires-Dist: attrs>=23.1.0
13
+ Requires-Dist: cattrs>=23.1.0
14
+ Requires-Dist: wexample-wex-addon-app==0.0.47
15
+ Requires-Dist: wexample-wex-core==6.0.49
16
+ Provides-Extra: dev
17
+ Requires-Dist: pytest; extra == "dev"
18
+ Requires-Dist: pytest-cov; extra == "dev"
19
+ Requires-Dist: wexample-filestate-php==0.0.1; extra == "dev"
20
+ Description-Content-Type: text/markdown
21
+
22
+ # wexample-wex-addon-dev-php
23
+
24
+ Version: 0.0.8
25
+
26
+ Python dev addon for wex
27
+
28
+ ## Code Quality & Typing
29
+
30
+ All the suite packages follow strict quality standards:
31
+
32
+ - **Type hints**: Full type coverage with mypy validation
33
+ - **Code formatting**: Enforced with black and isort
34
+ - **Linting**: Comprehensive checks with custom scripts and tools
35
+ - **Testing**: High test coverage requirements
36
+
37
+ These standards ensure reliability and maintainability across the suite.
38
+
39
+ ## Versioning & Compatibility Policy
40
+
41
+ Wexample packages follow **Semantic Versioning** (SemVer):
42
+
43
+ - **MAJOR**: Breaking changes
44
+ - **MINOR**: New features, backward compatible
45
+ - **PATCH**: Bug fixes, backward compatible
46
+
47
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
48
+
49
+ ## Changelog
50
+
51
+ See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
52
+
53
+ Major changes are documented with migration guides when applicable.
54
+
55
+ ## Migration Notes
56
+
57
+ When upgrading between major versions, refer to the migration guides in the documentation.
58
+
59
+ Breaking changes are clearly documented with upgrade paths and examples.
60
+
61
+ ## Known Limitations & Roadmap
62
+
63
+ Current limitations and planned features are tracked in the GitHub issues.
64
+
65
+ See the [project roadmap](https://github.com/wexample/python-wex-dev-python/issues) for upcoming features and improvements.
66
+
67
+ ## Security Policy
68
+
69
+ ### Reporting Vulnerabilities
70
+
71
+ If you discover a security vulnerability, please email security@wexample.com.
72
+
73
+ **Do not** open public issues for security vulnerabilities.
74
+
75
+ We take security seriously and will respond promptly to verified reports.
76
+
77
+ ## Privacy & Telemetry
78
+
79
+ This package does **not** collect any telemetry or usage data.
80
+
81
+ Your privacy is respected — no data is transmitted to external services.
82
+
83
+ ## Support Channels
84
+
85
+ - **GitHub Issues**: Bug reports and feature requests
86
+ - **GitHub Discussions**: Questions and community support
87
+ - **Documentation**: Comprehensive guides and API reference
88
+ - **Email**: contact@wexample.com for general inquiries
89
+
90
+ Community support is available through GitHub Discussions.
91
+
92
+ ## Contribution Guidelines
93
+
94
+ We welcome contributions to the Wexample suite!
95
+
96
+ ### How to Contribute
97
+
98
+ 1. **Fork** the repository
99
+ 2. **Create** a feature branch
100
+ 3. **Make** your changes
101
+ 4. **Test** thoroughly
102
+ 5. **Submit** a pull request
103
+
104
+ ## Maintainers & Authors
105
+
106
+ Maintained by the Wexample team and community contributors.
107
+
108
+ See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the full list of contributors.
109
+
110
+ ## License
111
+
112
+ MIT
113
+
114
+ ## Useful Links
115
+
116
+ - **Homepage**: https://github.com/wexample/python-wex-dev-python
117
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
118
+ - **Issue Tracker**: https://github.com/wexample/python-wex-dev-python/issues
119
+ - **Discussions**: https://github.com/wexample/python-wex-dev-python/discussions
120
+ - **PyPI**: [pypi.org/project/wexample-wex-addon-dev-php](https://pypi.org/project/wexample-wex-addon-dev-php/)
121
+
122
+ ## Integration in the Suite
123
+
124
+ This package is part of the **Wexample Suite** — a collection of high-quality Python packages designed to work seamlessly together.
125
+
126
+ ### Related Packages
127
+
128
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
129
+
130
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
131
+
132
+ # About us
133
+
134
+ Wexample stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.
135
+
136
+ This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.
137
+
138
+ Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.
139
+
@@ -0,0 +1,118 @@
1
+ # wexample-wex-addon-dev-php
2
+
3
+ Version: 0.0.8
4
+
5
+ Python dev addon for wex
6
+
7
+ ## Code Quality & Typing
8
+
9
+ All the suite packages follow strict quality standards:
10
+
11
+ - **Type hints**: Full type coverage with mypy validation
12
+ - **Code formatting**: Enforced with black and isort
13
+ - **Linting**: Comprehensive checks with custom scripts and tools
14
+ - **Testing**: High test coverage requirements
15
+
16
+ These standards ensure reliability and maintainability across the suite.
17
+
18
+ ## Versioning & Compatibility Policy
19
+
20
+ Wexample packages follow **Semantic Versioning** (SemVer):
21
+
22
+ - **MAJOR**: Breaking changes
23
+ - **MINOR**: New features, backward compatible
24
+ - **PATCH**: Bug fixes, backward compatible
25
+
26
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
27
+
28
+ ## Changelog
29
+
30
+ See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
31
+
32
+ Major changes are documented with migration guides when applicable.
33
+
34
+ ## Migration Notes
35
+
36
+ When upgrading between major versions, refer to the migration guides in the documentation.
37
+
38
+ Breaking changes are clearly documented with upgrade paths and examples.
39
+
40
+ ## Known Limitations & Roadmap
41
+
42
+ Current limitations and planned features are tracked in the GitHub issues.
43
+
44
+ See the [project roadmap](https://github.com/wexample/python-wex-dev-python/issues) for upcoming features and improvements.
45
+
46
+ ## Security Policy
47
+
48
+ ### Reporting Vulnerabilities
49
+
50
+ If you discover a security vulnerability, please email security@wexample.com.
51
+
52
+ **Do not** open public issues for security vulnerabilities.
53
+
54
+ We take security seriously and will respond promptly to verified reports.
55
+
56
+ ## Privacy & Telemetry
57
+
58
+ This package does **not** collect any telemetry or usage data.
59
+
60
+ Your privacy is respected — no data is transmitted to external services.
61
+
62
+ ## Support Channels
63
+
64
+ - **GitHub Issues**: Bug reports and feature requests
65
+ - **GitHub Discussions**: Questions and community support
66
+ - **Documentation**: Comprehensive guides and API reference
67
+ - **Email**: contact@wexample.com for general inquiries
68
+
69
+ Community support is available through GitHub Discussions.
70
+
71
+ ## Contribution Guidelines
72
+
73
+ We welcome contributions to the Wexample suite!
74
+
75
+ ### How to Contribute
76
+
77
+ 1. **Fork** the repository
78
+ 2. **Create** a feature branch
79
+ 3. **Make** your changes
80
+ 4. **Test** thoroughly
81
+ 5. **Submit** a pull request
82
+
83
+ ## Maintainers & Authors
84
+
85
+ Maintained by the Wexample team and community contributors.
86
+
87
+ See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the full list of contributors.
88
+
89
+ ## License
90
+
91
+ MIT
92
+
93
+ ## Useful Links
94
+
95
+ - **Homepage**: https://github.com/wexample/python-wex-dev-python
96
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
97
+ - **Issue Tracker**: https://github.com/wexample/python-wex-dev-python/issues
98
+ - **Discussions**: https://github.com/wexample/python-wex-dev-python/discussions
99
+ - **PyPI**: [pypi.org/project/wexample-wex-addon-dev-php](https://pypi.org/project/wexample-wex-addon-dev-php/)
100
+
101
+ ## Integration in the Suite
102
+
103
+ This package is part of the **Wexample Suite** — a collection of high-quality Python packages designed to work seamlessly together.
104
+
105
+ ### Related Packages
106
+
107
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
108
+
109
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
110
+
111
+ # About us
112
+
113
+ Wexample stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.
114
+
115
+ This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.
116
+
117
+ Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.
118
+
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-php"
9
- version = "0.0.6"
9
+ version = "0.0.8"
10
10
  description = "Python dev addon for wex"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -20,7 +20,8 @@ classifiers = [
20
20
  dependencies = [
21
21
  "attrs>=23.1.0",
22
22
  "cattrs>=23.1.0",
23
- "wexample-wex-core==6.0.48",
23
+ "wexample-wex-addon-app==0.0.47",
24
+ "wexample-wex-core==6.0.49",
24
25
  ]
25
26
 
26
27
  [project.readme]
@@ -36,6 +37,7 @@ homepage = "https://github.com/wexample/python-wex-dev-python"
36
37
  [project.optional-dependencies]
37
38
  dev = [
38
39
  "pytest",
40
+ "pytest-cov",
39
41
  "wexample-filestate-php==0.0.1",
40
42
  ]
41
43
 
@@ -47,3 +49,11 @@ package-dir = "src"
47
49
  packages = [
48
50
  { include = "wexample_wex_addon_dev_php", from = "src" },
49
51
  ]
52
+
53
+ [tool.setuptools.packages.find]
54
+ include = [
55
+ "*",
56
+ ]
57
+ exclude = [
58
+ "wexample_wex_addon_dev_php.testing*",
59
+ ]
@@ -2,14 +2,14 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
- from wexample_wex_core.workdir.framework_packages_suite_workdir import (
5
+ from wexample_wex_addon_app.workdir.framework_packages_suite_workdir import (
6
6
  FrameworkPackageSuiteWorkdir,
7
7
  )
8
8
 
9
9
  if TYPE_CHECKING:
10
10
  from pathlib import Path
11
11
 
12
- from wexample_wex_core.workdir.code_base_workdir import CodeBaseWorkdir
12
+ from wexample_wex_addon_app.workdir.code_base_workdir import CodeBaseWorkdir
13
13
 
14
14
 
15
15
  class PhpPackagesSuiteWorkdir(FrameworkPackageSuiteWorkdir):
@@ -2,7 +2,7 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
- from wexample_wex_core.workdir.code_base_workdir import CodeBaseWorkdir
5
+ from wexample_wex_addon_app.workdir.code_base_workdir import CodeBaseWorkdir
6
6
 
7
7
  if TYPE_CHECKING:
8
8
  from wexample_config.const.types import DictConfig
@@ -47,10 +47,10 @@ class PhpWorkdir(CodeBaseWorkdir):
47
47
  return raw_value
48
48
 
49
49
  def _create_php_file_children_filter(self) -> ChildrenFileFactoryOption:
50
+ from wexample_filestate.const.disk import DiskItemType
50
51
  from wexample_filestate.option.children_filter_option import (
51
52
  ChildrenFilterOption,
52
53
  )
53
- from wexample_filestate.const.disk import DiskItemType
54
54
  from wexample_filestate_php.file.php_file import PhpFile
55
55
 
56
56
  return ChildrenFilterOption(
@@ -1,53 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: wexample-wex-addon-dev-php
3
- Version: 0.0.6
4
- Summary: Python dev addon for wex
5
- Author-Email: weeger <contact@wexample.com>
6
- License: MIT
7
- Classifier: Programming Language :: Python :: 3
8
- Classifier: License :: OSI Approved :: MIT License
9
- Classifier: Operating System :: OS Independent
10
- Project-URL: homepage, https://github.com/wexample/python-wex-dev-python
11
- Requires-Python: >=3.10
12
- Requires-Dist: attrs>=23.1.0
13
- Requires-Dist: cattrs>=23.1.0
14
- Requires-Dist: wexample-wex-core==6.0.48
15
- Provides-Extra: dev
16
- Requires-Dist: pytest; extra == "dev"
17
- Requires-Dist: wexample-filestate-php==0.0.1; extra == "dev"
18
- Description-Content-Type: text/markdown
19
-
20
- # wexample-wex-addon-dev-php
21
-
22
- Python dev addon for wex
23
-
24
- Version: 0.0.3
25
-
26
- ## Requirements
27
-
28
- - Python >=3.10
29
-
30
- ## Dependencies
31
-
32
- - attrs>=23.1.0
33
- - cattrs>=23.1.0
34
- - wexample-wex-core==6.0.46
35
-
36
- ## Installation
37
-
38
- ```bash
39
- pip install wexample-wex-addon-dev-php
40
- ```
41
-
42
- ## Links
43
-
44
- - Homepage: https://github.com/wexample/python-wex-dev-python
45
-
46
- ## License
47
-
48
- MIT
49
- ## Credits
50
-
51
- This package has been developed by [Wexample](https://wexample.com), a collection of tools and utilities to streamline development workflows.
52
-
53
- Visit [wexample.com](https://wexample.com) to discover more tools and resources for efficient development.
@@ -1,34 +0,0 @@
1
- # wexample-wex-addon-dev-php
2
-
3
- Python dev addon for wex
4
-
5
- Version: 0.0.3
6
-
7
- ## Requirements
8
-
9
- - Python >=3.10
10
-
11
- ## Dependencies
12
-
13
- - attrs>=23.1.0
14
- - cattrs>=23.1.0
15
- - wexample-wex-core==6.0.46
16
-
17
- ## Installation
18
-
19
- ```bash
20
- pip install wexample-wex-addon-dev-php
21
- ```
22
-
23
- ## Links
24
-
25
- - Homepage: https://github.com/wexample/python-wex-dev-python
26
-
27
- ## License
28
-
29
- MIT
30
- ## Credits
31
-
32
- This package has been developed by [Wexample](https://wexample.com), a collection of tools and utilities to streamline development workflows.
33
-
34
- Visit [wexample.com](https://wexample.com) to discover more tools and resources for efficient development.