wexample-wex-addon-dev-javascript 0.1.0__tar.gz → 7.0.0__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 (33) hide show
  1. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/PKG-INFO +155 -4
  2. wexample_wex_addon_dev_javascript-7.0.0/README.md +300 -0
  3. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/pyproject.toml +2 -2
  4. wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/resources/.wex.yml +2 -0
  5. wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/services/node/docker/.wex.yml +2 -0
  6. wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/services/node/docker/docker-compose.yml +15 -0
  7. wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/services/node/service.yml +7 -0
  8. wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/services/vite/docker/.wex.yml +2 -0
  9. {wexample_wex_addon_dev_javascript-0.1.0/src/wexample_wex_addon_dev_javascript/services/vite/docker → wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/workdir}/__init__.py +0 -0
  10. wexample_wex_addon_dev_javascript-0.1.0/README.md +0 -149
  11. wexample_wex_addon_dev_javascript-0.1.0/src/wexample_wex_addon_dev_javascript/workdir/__init__.py +0 -0
  12. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/__init__.py +0 -0
  13. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/__pycache__/__init__.py +0 -0
  14. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/config_value/__init__.py +0 -0
  15. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/config_value/javascript_package_readme_config_value.py +0 -0
  16. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/file/__init__.py +0 -0
  17. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/file/javascript_package_json_file.py +0 -0
  18. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/file/javascript_tsconfig_json_file.py +0 -0
  19. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/javascript_addon_manager.py +0 -0
  20. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/py.typed +0 -0
  21. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/resources/package_publish.yml +0 -0
  22. {wexample_wex_addon_dev_javascript-0.1.0/src/wexample_wex_addon_dev_javascript/resources → wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/services}/__init__.py +0 -0
  23. {wexample_wex_addon_dev_javascript-0.1.0/src/wexample_wex_addon_dev_javascript/services → wexample_wex_addon_dev_javascript-7.0.0/src/wexample_wex_addon_dev_javascript/services/node}/__init__.py +0 -0
  24. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/services/vite/__init__.py +0 -0
  25. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/services/vite/commands/__init__.py +0 -0
  26. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/services/vite/commands/service/__init__.py +0 -0
  27. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/services/vite/commands/service/install.py +0 -0
  28. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/services/vite/commands/service/ready.py +0 -0
  29. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/services/vite/docker/docker-compose.yml +0 -0
  30. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/services/vite/service.yml +0 -0
  31. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/workdir/javascript_package_workdir.py +0 -0
  32. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/workdir/javascript_packages_suite_workdir.py +0 -0
  33. {wexample_wex_addon_dev_javascript-0.1.0 → wexample_wex_addon_dev_javascript-7.0.0}/src/wexample_wex_addon_dev_javascript/workdir/javascript_workdir.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-javascript
3
- Version: 0.1.0
3
+ Version: 7.0.0
4
4
  Summary: Python dev addon for wex
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -12,7 +12,7 @@ Requires-Python: >=3.10
12
12
  Requires-Dist: attrs>=23.1.0
13
13
  Requires-Dist: cattrs>=23.1.0
14
14
  Requires-Dist: wexample-filestate-javascript>=0.1.0
15
- Requires-Dist: wexample-wex-addon-app>=1.0.0
15
+ Requires-Dist: wexample-wex-addon-app>=9.0.0
16
16
  Provides-Extra: dev
17
17
  Requires-Dist: pytest; extra == "dev"
18
18
  Requires-Dist: pytest-cov; extra == "dev"
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
20
20
 
21
21
  # wex_addon_dev_javascript
22
22
 
23
- Version: 0.1.0
23
+ Version: 7.0.0
24
24
 
25
25
  Python dev addon for wex
26
26
 
@@ -33,6 +33,7 @@ Python dev addon for wex
33
33
  - [License](#license)
34
34
  - [Suite Integration](#suite-integration)
35
35
  - [Suite Signature](#suite-signature)
36
+ - [Introduction](#introduction)
36
37
  - [Roadmap](#roadmap)
37
38
  - [Status Compatibility](#status-compatibility)
38
39
  - [Useful Links](#useful-links)
@@ -102,7 +103,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
102
103
  - attrs: >=23.1.0
103
104
  - cattrs: >=23.1.0
104
105
  - wexample-filestate-javascript: >=0.1.0
105
- - wexample-wex-addon-app: >=1.0.0
106
+ - wexample-wex-addon-app: >=9.0.0
106
107
 
107
108
  ## Versioning & Compatibility Policy
108
109
 
@@ -138,6 +139,156 @@ This packages suite embodies this spirit. Trusted by professionals and enthusias
138
139
 
139
140
  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.
140
141
 
142
+ # wex_addon_dev_javascript
143
+
144
+ Version: 0.1.1
145
+
146
+ Python dev addon for wex
147
+
148
+ ## Table of Contents
149
+
150
+ - [Tests](#tests)
151
+ - [Suite Integration](#suite-integration)
152
+ - [Dependencies](#dependencies)
153
+ - [Versioning](#versioning)
154
+ - [License](#license)
155
+ - [Suite Integration](#suite-integration)
156
+ - [Suite Signature](#suite-signature)
157
+ - [Roadmap](#roadmap)
158
+ - [Status Compatibility](#status-compatibility)
159
+ - [Useful Links](#useful-links)
160
+ - [Migration Notes](#migration-notes)
161
+
162
+ ## Tests
163
+
164
+ This project uses `pytest` for testing and `pytest-cov` for code coverage analysis.
165
+
166
+ ### Installation
167
+
168
+ First, install the required testing dependencies:
169
+ ```bash
170
+ .venv/bin/python -m pip install pytest pytest-cov
171
+ ```
172
+
173
+ ### Basic Usage
174
+
175
+ Run all tests with coverage:
176
+ ```bash
177
+ .venv/bin/python -m pytest --cov --cov-report=html
178
+ ```
179
+
180
+ ### Common Commands
181
+ ```bash
182
+ # Run tests with coverage for a specific module
183
+ .venv/bin/python -m pytest --cov=your_module
184
+
185
+ # Show which lines are not covered
186
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing
187
+
188
+ # Generate an HTML coverage report
189
+ .venv/bin/python -m pytest --cov=your_module --cov-report=html
190
+
191
+ # Combine terminal and HTML reports
192
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html
193
+
194
+ # Run specific test file with coverage
195
+ .venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing
196
+ ```
197
+
198
+ ### Viewing HTML Reports
199
+
200
+ After generating an HTML report, open `htmlcov/index.html` in your browser to view detailed line-by-line coverage information.
201
+
202
+ ### Coverage Threshold
203
+
204
+ To enforce a minimum coverage percentage:
205
+ ```bash
206
+ .venv/bin/python -m pytest --cov=your_module --cov-fail-under=80
207
+ ```
208
+
209
+ This will cause the test suite to fail if coverage drops below 80%.
210
+
211
+ ## Integration in the Suite
212
+
213
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
214
+
215
+ ### Related Packages
216
+
217
+ 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.
218
+
219
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
220
+
221
+ ## Dependencies
222
+
223
+ - attrs: >=23.1.0
224
+ - cattrs: >=23.1.0
225
+ - wexample-filestate-javascript: >=0.1.0
226
+ - wexample-wex-addon-app: >=1.1.0
227
+
228
+ ## Versioning & Compatibility Policy
229
+
230
+ Wexample packages follow **Semantic Versioning** (SemVer):
231
+
232
+ - **MAJOR**: Breaking changes
233
+ - **MINOR**: New features, backward compatible
234
+ - **PATCH**: Bug fixes, backward compatible
235
+
236
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
237
+
238
+ ## License
239
+
240
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
241
+
242
+ Free to use in both personal and commercial projects.
243
+
244
+ ## Integration in the Suite
245
+
246
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
247
+
248
+ ### Related Packages
249
+
250
+ 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.
251
+
252
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
253
+
254
+ # About us
255
+
256
+ [Wexample](https://wexample.com) 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.
257
+
258
+ 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.
259
+
260
+ 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.
261
+
262
+ ## Known Limitations & Roadmap
263
+
264
+ Current limitations and planned features are tracked in the GitHub issues.
265
+
266
+ See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_javascript/issues) for upcoming features and improvements.
267
+
268
+ ## Status & Compatibility
269
+
270
+ **Maturity**: Production-ready
271
+
272
+ **Python Support**: >=3.10
273
+
274
+ **OS Support**: Linux, macOS, Windows
275
+
276
+ **Status**: Actively maintained
277
+
278
+ ## Useful Links
279
+
280
+ - **Homepage**: https://github.com/wexample/python-wex-addon-dev-javascript
281
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
282
+ - **Issue Tracker**: https://github.com/wexample/python-wex-addon-dev-javascript/issues
283
+ - **Discussions**: https://github.com/wexample/python-wex-addon-dev-javascript/discussions
284
+ - **PyPI**: [pypi.org/project/wex_addon_dev_javascript](https://pypi.org/project/wex_addon_dev_javascript/)
285
+
286
+ ## Migration Notes
287
+
288
+ When upgrading between major versions, refer to the migration guides in the documentation.
289
+
290
+ Breaking changes are clearly documented with upgrade paths and examples.
291
+
141
292
  ## Known Limitations & Roadmap
142
293
 
143
294
  Current limitations and planned features are tracked in the GitHub issues.
@@ -0,0 +1,300 @@
1
+ # wex_addon_dev_javascript
2
+
3
+ Version: 7.0.0
4
+
5
+ Python dev addon for wex
6
+
7
+ ## Table of Contents
8
+
9
+ - [Tests](#tests)
10
+ - [Suite Integration](#suite-integration)
11
+ - [Dependencies](#dependencies)
12
+ - [Versioning](#versioning)
13
+ - [License](#license)
14
+ - [Suite Integration](#suite-integration)
15
+ - [Suite Signature](#suite-signature)
16
+ - [Introduction](#introduction)
17
+ - [Roadmap](#roadmap)
18
+ - [Status Compatibility](#status-compatibility)
19
+ - [Useful Links](#useful-links)
20
+ - [Migration Notes](#migration-notes)
21
+
22
+ ## Tests
23
+
24
+ This project uses `pytest` for testing and `pytest-cov` for code coverage analysis.
25
+
26
+ ### Installation
27
+
28
+ First, install the required testing dependencies:
29
+ ```bash
30
+ .venv/bin/python -m pip install pytest pytest-cov
31
+ ```
32
+
33
+ ### Basic Usage
34
+
35
+ Run all tests with coverage:
36
+ ```bash
37
+ .venv/bin/python -m pytest --cov --cov-report=html
38
+ ```
39
+
40
+ ### Common Commands
41
+ ```bash
42
+ # Run tests with coverage for a specific module
43
+ .venv/bin/python -m pytest --cov=your_module
44
+
45
+ # Show which lines are not covered
46
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing
47
+
48
+ # Generate an HTML coverage report
49
+ .venv/bin/python -m pytest --cov=your_module --cov-report=html
50
+
51
+ # Combine terminal and HTML reports
52
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html
53
+
54
+ # Run specific test file with coverage
55
+ .venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing
56
+ ```
57
+
58
+ ### Viewing HTML Reports
59
+
60
+ After generating an HTML report, open `htmlcov/index.html` in your browser to view detailed line-by-line coverage information.
61
+
62
+ ### Coverage Threshold
63
+
64
+ To enforce a minimum coverage percentage:
65
+ ```bash
66
+ .venv/bin/python -m pytest --cov=your_module --cov-fail-under=80
67
+ ```
68
+
69
+ This will cause the test suite to fail if coverage drops below 80%.
70
+
71
+ ## Integration in the Suite
72
+
73
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
74
+
75
+ ### Related Packages
76
+
77
+ 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.
78
+
79
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
80
+
81
+ ## Dependencies
82
+
83
+ - attrs: >=23.1.0
84
+ - cattrs: >=23.1.0
85
+ - wexample-filestate-javascript: >=0.1.0
86
+ - wexample-wex-addon-app: >=9.0.0
87
+
88
+ ## Versioning & Compatibility Policy
89
+
90
+ Wexample packages follow **Semantic Versioning** (SemVer):
91
+
92
+ - **MAJOR**: Breaking changes
93
+ - **MINOR**: New features, backward compatible
94
+ - **PATCH**: Bug fixes, backward compatible
95
+
96
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
97
+
98
+ ## License
99
+
100
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
101
+
102
+ Free to use in both personal and commercial projects.
103
+
104
+ ## Integration in the Suite
105
+
106
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
107
+
108
+ ### Related Packages
109
+
110
+ 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.
111
+
112
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
113
+
114
+ # About us
115
+
116
+ [Wexample](https://wexample.com) 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.
117
+
118
+ 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.
119
+
120
+ 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.
121
+
122
+ # wex_addon_dev_javascript
123
+
124
+ Version: 0.1.1
125
+
126
+ Python dev addon for wex
127
+
128
+ ## Table of Contents
129
+
130
+ - [Tests](#tests)
131
+ - [Suite Integration](#suite-integration)
132
+ - [Dependencies](#dependencies)
133
+ - [Versioning](#versioning)
134
+ - [License](#license)
135
+ - [Suite Integration](#suite-integration)
136
+ - [Suite Signature](#suite-signature)
137
+ - [Roadmap](#roadmap)
138
+ - [Status Compatibility](#status-compatibility)
139
+ - [Useful Links](#useful-links)
140
+ - [Migration Notes](#migration-notes)
141
+
142
+ ## Tests
143
+
144
+ This project uses `pytest` for testing and `pytest-cov` for code coverage analysis.
145
+
146
+ ### Installation
147
+
148
+ First, install the required testing dependencies:
149
+ ```bash
150
+ .venv/bin/python -m pip install pytest pytest-cov
151
+ ```
152
+
153
+ ### Basic Usage
154
+
155
+ Run all tests with coverage:
156
+ ```bash
157
+ .venv/bin/python -m pytest --cov --cov-report=html
158
+ ```
159
+
160
+ ### Common Commands
161
+ ```bash
162
+ # Run tests with coverage for a specific module
163
+ .venv/bin/python -m pytest --cov=your_module
164
+
165
+ # Show which lines are not covered
166
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing
167
+
168
+ # Generate an HTML coverage report
169
+ .venv/bin/python -m pytest --cov=your_module --cov-report=html
170
+
171
+ # Combine terminal and HTML reports
172
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html
173
+
174
+ # Run specific test file with coverage
175
+ .venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing
176
+ ```
177
+
178
+ ### Viewing HTML Reports
179
+
180
+ After generating an HTML report, open `htmlcov/index.html` in your browser to view detailed line-by-line coverage information.
181
+
182
+ ### Coverage Threshold
183
+
184
+ To enforce a minimum coverage percentage:
185
+ ```bash
186
+ .venv/bin/python -m pytest --cov=your_module --cov-fail-under=80
187
+ ```
188
+
189
+ This will cause the test suite to fail if coverage drops below 80%.
190
+
191
+ ## Integration in the Suite
192
+
193
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
194
+
195
+ ### Related Packages
196
+
197
+ 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.
198
+
199
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
200
+
201
+ ## Dependencies
202
+
203
+ - attrs: >=23.1.0
204
+ - cattrs: >=23.1.0
205
+ - wexample-filestate-javascript: >=0.1.0
206
+ - wexample-wex-addon-app: >=1.1.0
207
+
208
+ ## Versioning & Compatibility Policy
209
+
210
+ Wexample packages follow **Semantic Versioning** (SemVer):
211
+
212
+ - **MAJOR**: Breaking changes
213
+ - **MINOR**: New features, backward compatible
214
+ - **PATCH**: Bug fixes, backward compatible
215
+
216
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
217
+
218
+ ## License
219
+
220
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
221
+
222
+ Free to use in both personal and commercial projects.
223
+
224
+ ## Integration in the Suite
225
+
226
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
227
+
228
+ ### Related Packages
229
+
230
+ 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.
231
+
232
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
233
+
234
+ # About us
235
+
236
+ [Wexample](https://wexample.com) 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.
237
+
238
+ 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.
239
+
240
+ 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.
241
+
242
+ ## Known Limitations & Roadmap
243
+
244
+ Current limitations and planned features are tracked in the GitHub issues.
245
+
246
+ See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_javascript/issues) for upcoming features and improvements.
247
+
248
+ ## Status & Compatibility
249
+
250
+ **Maturity**: Production-ready
251
+
252
+ **Python Support**: >=3.10
253
+
254
+ **OS Support**: Linux, macOS, Windows
255
+
256
+ **Status**: Actively maintained
257
+
258
+ ## Useful Links
259
+
260
+ - **Homepage**: https://github.com/wexample/python-wex-addon-dev-javascript
261
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
262
+ - **Issue Tracker**: https://github.com/wexample/python-wex-addon-dev-javascript/issues
263
+ - **Discussions**: https://github.com/wexample/python-wex-addon-dev-javascript/discussions
264
+ - **PyPI**: [pypi.org/project/wex_addon_dev_javascript](https://pypi.org/project/wex_addon_dev_javascript/)
265
+
266
+ ## Migration Notes
267
+
268
+ When upgrading between major versions, refer to the migration guides in the documentation.
269
+
270
+ Breaking changes are clearly documented with upgrade paths and examples.
271
+
272
+ ## Known Limitations & Roadmap
273
+
274
+ Current limitations and planned features are tracked in the GitHub issues.
275
+
276
+ See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_javascript/issues) for upcoming features and improvements.
277
+
278
+ ## Status & Compatibility
279
+
280
+ **Maturity**: Production-ready
281
+
282
+ **Python Support**: >=3.10
283
+
284
+ **OS Support**: Linux, macOS, Windows
285
+
286
+ **Status**: Actively maintained
287
+
288
+ ## Useful Links
289
+
290
+ - **Homepage**: https://github.com/wexample/python-wex-addon-dev-javascript
291
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
292
+ - **Issue Tracker**: https://github.com/wexample/python-wex-addon-dev-javascript/issues
293
+ - **Discussions**: https://github.com/wexample/python-wex-addon-dev-javascript/discussions
294
+ - **PyPI**: [pypi.org/project/wex_addon_dev_javascript](https://pypi.org/project/wex_addon_dev_javascript/)
295
+
296
+ ## Migration Notes
297
+
298
+ When upgrading between major versions, refer to the migration guides in the documentation.
299
+
300
+ Breaking changes are clearly documented with upgrade paths and examples.
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-javascript"
9
- version = "0.1.0"
9
+ version = "7.0.0"
10
10
  description = "Python dev addon for wex"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -21,7 +21,7 @@ dependencies = [
21
21
  "attrs>=23.1.0",
22
22
  "cattrs>=23.1.0",
23
23
  "wexample-filestate-javascript>=0.1.0",
24
- "wexample-wex-addon-app>=1.0.0",
24
+ "wexample-wex-addon-app>=9.0.0",
25
25
  ]
26
26
 
27
27
  [project.readme]
@@ -0,0 +1,15 @@
1
+ services:
2
+ node:
3
+ container_name: ${APP_PROJECT_NAME}_node
4
+ image: node:20-alpine
5
+ working_dir: /var/www/html
6
+ command: tail -f /dev/null
7
+ volumes:
8
+ - ${APP_PATH}:/var/www/html
9
+ - node_modules:/var/www/html/node_modules
10
+ extends:
11
+ file: ${SERVICE_DEFAULT_COMPOSE}
12
+ service: default
13
+
14
+ volumes:
15
+ node_modules:
@@ -0,0 +1,7 @@
1
+ name: node
2
+ tags:
3
+ - javascript
4
+ - node
5
+ - yarn
6
+ docker:
7
+ compose: docker/docker-compose.yml
@@ -1,149 +0,0 @@
1
- # wex_addon_dev_javascript
2
-
3
- Version: 0.1.0
4
-
5
- Python dev addon for wex
6
-
7
- ## Table of Contents
8
-
9
- - [Tests](#tests)
10
- - [Suite Integration](#suite-integration)
11
- - [Dependencies](#dependencies)
12
- - [Versioning](#versioning)
13
- - [License](#license)
14
- - [Suite Integration](#suite-integration)
15
- - [Suite Signature](#suite-signature)
16
- - [Roadmap](#roadmap)
17
- - [Status Compatibility](#status-compatibility)
18
- - [Useful Links](#useful-links)
19
- - [Migration Notes](#migration-notes)
20
-
21
- ## Tests
22
-
23
- This project uses `pytest` for testing and `pytest-cov` for code coverage analysis.
24
-
25
- ### Installation
26
-
27
- First, install the required testing dependencies:
28
- ```bash
29
- .venv/bin/python -m pip install pytest pytest-cov
30
- ```
31
-
32
- ### Basic Usage
33
-
34
- Run all tests with coverage:
35
- ```bash
36
- .venv/bin/python -m pytest --cov --cov-report=html
37
- ```
38
-
39
- ### Common Commands
40
- ```bash
41
- # Run tests with coverage for a specific module
42
- .venv/bin/python -m pytest --cov=your_module
43
-
44
- # Show which lines are not covered
45
- .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing
46
-
47
- # Generate an HTML coverage report
48
- .venv/bin/python -m pytest --cov=your_module --cov-report=html
49
-
50
- # Combine terminal and HTML reports
51
- .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html
52
-
53
- # Run specific test file with coverage
54
- .venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing
55
- ```
56
-
57
- ### Viewing HTML Reports
58
-
59
- After generating an HTML report, open `htmlcov/index.html` in your browser to view detailed line-by-line coverage information.
60
-
61
- ### Coverage Threshold
62
-
63
- To enforce a minimum coverage percentage:
64
- ```bash
65
- .venv/bin/python -m pytest --cov=your_module --cov-fail-under=80
66
- ```
67
-
68
- This will cause the test suite to fail if coverage drops below 80%.
69
-
70
- ## Integration in the Suite
71
-
72
- This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
73
-
74
- ### Related Packages
75
-
76
- 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.
77
-
78
- Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
79
-
80
- ## Dependencies
81
-
82
- - attrs: >=23.1.0
83
- - cattrs: >=23.1.0
84
- - wexample-filestate-javascript: >=0.1.0
85
- - wexample-wex-addon-app: >=1.0.0
86
-
87
- ## Versioning & Compatibility Policy
88
-
89
- Wexample packages follow **Semantic Versioning** (SemVer):
90
-
91
- - **MAJOR**: Breaking changes
92
- - **MINOR**: New features, backward compatible
93
- - **PATCH**: Bug fixes, backward compatible
94
-
95
- We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
96
-
97
- ## License
98
-
99
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
100
-
101
- Free to use in both personal and commercial projects.
102
-
103
- ## Integration in the Suite
104
-
105
- This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
106
-
107
- ### Related Packages
108
-
109
- 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.
110
-
111
- Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
112
-
113
- # About us
114
-
115
- [Wexample](https://wexample.com) 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.
116
-
117
- 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.
118
-
119
- 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.
120
-
121
- ## Known Limitations & Roadmap
122
-
123
- Current limitations and planned features are tracked in the GitHub issues.
124
-
125
- See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_javascript/issues) for upcoming features and improvements.
126
-
127
- ## Status & Compatibility
128
-
129
- **Maturity**: Production-ready
130
-
131
- **Python Support**: >=3.10
132
-
133
- **OS Support**: Linux, macOS, Windows
134
-
135
- **Status**: Actively maintained
136
-
137
- ## Useful Links
138
-
139
- - **Homepage**: https://github.com/wexample/python-wex-addon-dev-javascript
140
- - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
141
- - **Issue Tracker**: https://github.com/wexample/python-wex-addon-dev-javascript/issues
142
- - **Discussions**: https://github.com/wexample/python-wex-addon-dev-javascript/discussions
143
- - **PyPI**: [pypi.org/project/wex_addon_dev_javascript](https://pypi.org/project/wex_addon_dev_javascript/)
144
-
145
- ## Migration Notes
146
-
147
- When upgrading between major versions, refer to the migration guides in the documentation.
148
-
149
- Breaking changes are clearly documented with upgrade paths and examples.