wexample-filestate-python 0.0.58__tar.gz → 0.1.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 (86) hide show
  1. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/PKG-INFO +56 -129
  2. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/README.md +53 -126
  3. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/pyproject.toml +3 -3
  4. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/class_name_matches_file_name_option.py +4 -0
  5. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python_option.py +4 -0
  6. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/__init__.py +0 -0
  7. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/__pycache__/__init__.py +0 -0
  8. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/common/__init__.py +0 -0
  9. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/common/__pycache__/__init__.py +0 -0
  10. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/common/pipy_gateway.py +0 -0
  11. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/__init__.py +0 -0
  12. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/__pycache__/__init__.py +0 -0
  13. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/mixin/__init__.py +0 -0
  14. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/mixin/__pycache__/__init__.py +0 -0
  15. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/mixin/with_stdout_wrapping_mixin.py +0 -0
  16. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_value/__init__.py +0 -0
  17. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_value/__pycache__/__init__.py +0 -0
  18. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_value/python_config_value.py +0 -0
  19. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/__init__.py +0 -0
  20. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/__pycache__/__init__.py +0 -0
  21. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/name_pattern.py +0 -0
  22. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/path.py +0 -0
  23. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/python_file.py +0 -0
  24. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/event/__init__.py +0 -0
  25. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/event/src/__init__.py +0 -0
  26. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/event/src/wexample_event/__init__.py +0 -0
  27. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/file/__init__.py +0 -0
  28. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/file/__pycache__/__init__.py +0 -0
  29. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/file/python_file.py +0 -0
  30. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/__init__.py +0 -0
  31. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/__pycache__/__init__.py +0 -0
  32. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/package.py +0 -0
  33. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/python/__init__.py +0 -0
  34. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/toml.py +0 -0
  35. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/__init__.py +0 -0
  36. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/__pycache__/__init__.py +0 -0
  37. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/__init__.py +0 -0
  38. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/abstract_python_file_content_option.py +0 -0
  39. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/add_future_annotations_option.py +0 -0
  40. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/add_return_types_option.py +0 -0
  41. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/fix_attrs_option.py +0 -0
  42. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/fix_blank_lines_option.py +0 -0
  43. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/format_option.py +0 -0
  44. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/fstringify_option.py +0 -0
  45. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/modernize_typing_option.py +0 -0
  46. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_class_attributes_option.py +0 -0
  47. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_class_docstring_option.py +0 -0
  48. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_class_methods_option.py +0 -0
  49. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_constants_option.py +0 -0
  50. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_iterable_items_option.py +0 -0
  51. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_main_guard_option.py +0 -0
  52. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_module_docstring_option.py +0 -0
  53. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_module_functions_option.py +0 -0
  54. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_module_metadata_option.py +0 -0
  55. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_type_checking_block_option.py +0 -0
  56. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/relocate_imports_option.py +0 -0
  57. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/remove_unused_option.py +0 -0
  58. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/sort_imports_option.py +0 -0
  59. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/unquote_annotations_option.py +0 -0
  60. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/options_provider/__init__.py +0 -0
  61. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/options_provider/__pycache__/__init__.py +0 -0
  62. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/options_provider/python_options_provider.py +0 -0
  63. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/py.typed +0 -0
  64. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/__init__.py +0 -0
  65. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/__pycache__/__init__.py +0 -0
  66. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_attrs_utils.py +0 -0
  67. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_blank_lines_utils.py +0 -0
  68. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_class_attributes_utils.py +0 -0
  69. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_class_docstring_utils.py +0 -0
  70. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_class_methods_utils.py +0 -0
  71. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_constants_utils.py +0 -0
  72. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_docstring_utils.py +0 -0
  73. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_functions_utils.py +0 -0
  74. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_iterable_utils.py +0 -0
  75. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_main_guard_utils.py +0 -0
  76. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_module_metadata_utils.py +0 -0
  77. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_type_checking_utils.py +0 -0
  78. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/__init__.py +0 -0
  79. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/__pycache__/__init__.py +0 -0
  80. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/python_import_rewriter.py +0 -0
  81. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/python_localize_runtime_imports.py +0 -0
  82. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/python_parser_import_index.py +0 -0
  83. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/python_runtime_symbol_collector.py +0 -0
  84. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/python_usage_collector.py +0 -0
  85. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/tests/tests/__init__.py +0 -0
  86. {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/tests/wexample_tests/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-filestate-python
3
- Version: 0.0.58
3
+ Version: 0.1.0
4
4
  Summary: Helpers for Python.
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -19,57 +19,32 @@ Requires-Dist: libcst
19
19
  Requires-Dist: packaging
20
20
  Requires-Dist: pyupgrade
21
21
  Requires-Dist: tomli
22
- Requires-Dist: wexample-api==0.0.83
23
- Requires-Dist: wexample-filestate==0.0.74
22
+ Requires-Dist: wexample-api==0.0.84
23
+ Requires-Dist: wexample-filestate>=1.0.0
24
24
  Provides-Extra: dev
25
25
  Requires-Dist: pytest; extra == "dev"
26
26
  Requires-Dist: pytest-cov; extra == "dev"
27
27
  Description-Content-Type: text/markdown
28
28
 
29
- # wexample-filestate-python
29
+ # filestate_python
30
30
 
31
- Version: 0.0.58
31
+ Version: 0.1.0
32
32
 
33
33
  Helpers for Python.
34
34
 
35
35
  ## Table of Contents
36
36
 
37
- - [Status Compatibility](#status-compatibility)
38
- - [Api Reference](#api-reference)
39
37
  - [Tests](#tests)
40
- - [Code Quality](#code-quality)
38
+ - [Suite Integration](#suite-integration)
39
+ - [Dependencies](#dependencies)
41
40
  - [Versioning](#versioning)
42
- - [Changelog](#changelog)
43
- - [Migration Notes](#migration-notes)
44
- - [Roadmap](#roadmap)
45
- - [Security](#security)
46
- - [Privacy](#privacy)
47
- - [Support](#support)
48
- - [Contribution Guidelines](#contribution-guidelines)
49
- - [Maintainers](#maintainers)
50
41
  - [License](#license)
51
- - [Useful Links](#useful-links)
52
42
  - [Suite Integration](#suite-integration)
53
- - [Compatibility Matrix](#compatibility-matrix)
54
- - [Dependencies](#dependencies)
55
43
  - [Suite Signature](#suite-signature)
56
-
57
-
58
- ## Status & Compatibility
59
-
60
- **Maturity**: Production-ready
61
-
62
- **Python Support**: >=3.10
63
-
64
- **OS Support**: Linux, macOS, Windows
65
-
66
- **Status**: Actively maintained
67
-
68
- ## API Reference
69
-
70
- Full API documentation is available in the source code docstrings.
71
-
72
- Key modules and classes are documented with type hints for better IDE support.
44
+ - [Roadmap](#roadmap)
45
+ - [Status Compatibility](#status-compatibility)
46
+ - [Useful Links](#useful-links)
47
+ - [Migration Notes](#migration-notes)
73
48
 
74
49
  ## Tests
75
50
 
@@ -120,16 +95,30 @@ To enforce a minimum coverage percentage:
120
95
 
121
96
  This will cause the test suite to fail if coverage drops below 80%.
122
97
 
123
- ## Code Quality & Typing
98
+ ## Integration in the Suite
99
+
100
+ 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.
101
+
102
+ ### Related Packages
103
+
104
+ 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.
124
105
 
125
- All the suite packages follow strict quality standards:
106
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
126
107
 
127
- - **Type hints**: Full type coverage with mypy validation
128
- - **Code formatting**: Enforced with black and isort
129
- - **Linting**: Comprehensive checks with custom scripts and tools
130
- - **Testing**: High test coverage requirements
108
+ ## Dependencies
131
109
 
132
- These standards ensure reliability and maintainability across the suite.
110
+ - attrs: >=23.1.0
111
+ - autoflake:
112
+ - black:
113
+ - cattrs: >=23.1.0
114
+ - flynt:
115
+ - isort:
116
+ - libcst:
117
+ - packaging:
118
+ - pyupgrade:
119
+ - tomli:
120
+ - wexample-api: ==0.0.84
121
+ - wexample-filestate: >=1.0.0
133
122
 
134
123
  ## Versioning & Compatibility Policy
135
124
 
@@ -141,72 +130,45 @@ Wexample packages follow **Semantic Versioning** (SemVer):
141
130
 
142
131
  We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
143
132
 
144
- ## Changelog
145
-
146
- See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
147
-
148
- Major changes are documented with migration guides when applicable.
149
-
150
- ## Migration Notes
151
-
152
- When upgrading between major versions, refer to the migration guides in the documentation.
153
-
154
- Breaking changes are clearly documented with upgrade paths and examples.
155
-
156
- ## Known Limitations & Roadmap
157
-
158
- Current limitations and planned features are tracked in the GitHub issues.
159
-
160
- See the [project roadmap](https://github.com/wexample/python-filestate_python/issues) for upcoming features and improvements.
161
-
162
- ## Security Policy
163
-
164
- ### Reporting Vulnerabilities
133
+ ## License
165
134
 
166
- If you discover a security vulnerability, please email contact@wexample.com.
135
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
167
136
 
168
- **Do not** open public issues for security vulnerabilities.
137
+ Free to use in both personal and commercial projects.
169
138
 
170
- We take security seriously and will respond promptly to verified reports.
139
+ ## Integration in the Suite
171
140
 
172
- ## Privacy & Telemetry
141
+ 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.
173
142
 
174
- This package does **not** collect any telemetry or usage data.
143
+ ### Related Packages
175
144
 
176
- Your privacy is respected no data is transmitted to external services.
145
+ 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.
177
146
 
178
- ## Support Channels
147
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
179
148
 
180
- - **GitHub Issues**: Bug reports and feature requests
181
- - **GitHub Discussions**: Questions and community support
182
- - **Documentation**: Comprehensive guides and API reference
183
- - **Email**: contact@wexample.com for general inquiries
149
+ # About us
184
150
 
185
- Community support is available through GitHub Discussions.
151
+ [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.
186
152
 
187
- ## Contribution Guidelines
153
+ 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.
188
154
 
189
- We welcome contributions to the Wexample suite!
155
+ 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.
190
156
 
191
- ### How to Contribute
157
+ ## Known Limitations & Roadmap
192
158
 
193
- 1. **Fork** the repository
194
- 2. **Create** a feature branch
195
- 3. **Make** your changes
196
- 4. **Test** thoroughly
197
- 5. **Submit** a pull request
159
+ Current limitations and planned features are tracked in the GitHub issues.
198
160
 
199
- ## Maintainers & Authors
161
+ See the [project roadmap](https://github.com/wexample/python-filestate_python/issues) for upcoming features and improvements.
200
162
 
201
- Maintained by the Wexample team and community contributors.
163
+ ## Status & Compatibility
202
164
 
203
- See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the full list of contributors.
165
+ **Maturity**: Production-ready
204
166
 
205
- ## License
167
+ **Python Support**: >=3.10
206
168
 
207
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
169
+ **OS Support**: Linux, macOS, Windows
208
170
 
209
- Free to use in both personal and commercial projects.
171
+ **Status**: Actively maintained
210
172
 
211
173
  ## Useful Links
212
174
 
@@ -214,45 +176,10 @@ Free to use in both personal and commercial projects.
214
176
  - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
215
177
  - **Issue Tracker**: https://github.com/wexample/python-filestate-python/issues
216
178
  - **Discussions**: https://github.com/wexample/python-filestate-python/discussions
217
- - **PyPI**: [pypi.org/project/wexample-filestate-python](https://pypi.org/project/wexample-filestate-python/)
179
+ - **PyPI**: [pypi.org/project/filestate_python](https://pypi.org/project/filestate_python/)
218
180
 
219
- ## Integration in the Suite
220
-
221
- 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.
222
-
223
- ### Related Packages
224
-
225
- 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.
226
-
227
- Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
228
-
229
- ## Compatibility Matrix
230
-
231
- This package is part of the Wexample suite and is compatible with other suite packages.
232
-
233
- Refer to each package's documentation for specific version compatibility requirements.
234
-
235
- ## Dependencies
236
-
237
- - attrs: >=23.1.0
238
- - autoflake:
239
- - black:
240
- - cattrs: >=23.1.0
241
- - flynt:
242
- - isort:
243
- - libcst:
244
- - packaging:
245
- - pyupgrade:
246
- - tomli:
247
- - wexample-api: ==0.0.83
248
- - wexample-filestate: ==0.0.74
249
-
250
-
251
- # About us
252
-
253
- [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.
254
-
255
- 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.
181
+ ## Migration Notes
256
182
 
257
- 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.
183
+ When upgrading between major versions, refer to the migration guides in the documentation.
258
184
 
185
+ Breaking changes are clearly documented with upgrade paths and examples.
@@ -1,47 +1,22 @@
1
- # wexample-filestate-python
1
+ # filestate_python
2
2
 
3
- Version: 0.0.58
3
+ Version: 0.1.0
4
4
 
5
5
  Helpers for Python.
6
6
 
7
7
  ## Table of Contents
8
8
 
9
- - [Status Compatibility](#status-compatibility)
10
- - [Api Reference](#api-reference)
11
9
  - [Tests](#tests)
12
- - [Code Quality](#code-quality)
10
+ - [Suite Integration](#suite-integration)
11
+ - [Dependencies](#dependencies)
13
12
  - [Versioning](#versioning)
14
- - [Changelog](#changelog)
15
- - [Migration Notes](#migration-notes)
16
- - [Roadmap](#roadmap)
17
- - [Security](#security)
18
- - [Privacy](#privacy)
19
- - [Support](#support)
20
- - [Contribution Guidelines](#contribution-guidelines)
21
- - [Maintainers](#maintainers)
22
13
  - [License](#license)
23
- - [Useful Links](#useful-links)
24
14
  - [Suite Integration](#suite-integration)
25
- - [Compatibility Matrix](#compatibility-matrix)
26
- - [Dependencies](#dependencies)
27
15
  - [Suite Signature](#suite-signature)
28
-
29
-
30
- ## Status & Compatibility
31
-
32
- **Maturity**: Production-ready
33
-
34
- **Python Support**: >=3.10
35
-
36
- **OS Support**: Linux, macOS, Windows
37
-
38
- **Status**: Actively maintained
39
-
40
- ## API Reference
41
-
42
- Full API documentation is available in the source code docstrings.
43
-
44
- Key modules and classes are documented with type hints for better IDE support.
16
+ - [Roadmap](#roadmap)
17
+ - [Status Compatibility](#status-compatibility)
18
+ - [Useful Links](#useful-links)
19
+ - [Migration Notes](#migration-notes)
45
20
 
46
21
  ## Tests
47
22
 
@@ -92,16 +67,30 @@ To enforce a minimum coverage percentage:
92
67
 
93
68
  This will cause the test suite to fail if coverage drops below 80%.
94
69
 
95
- ## Code Quality & Typing
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.
96
77
 
97
- All the suite packages follow strict quality standards:
78
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
98
79
 
99
- - **Type hints**: Full type coverage with mypy validation
100
- - **Code formatting**: Enforced with black and isort
101
- - **Linting**: Comprehensive checks with custom scripts and tools
102
- - **Testing**: High test coverage requirements
80
+ ## Dependencies
103
81
 
104
- These standards ensure reliability and maintainability across the suite.
82
+ - attrs: >=23.1.0
83
+ - autoflake:
84
+ - black:
85
+ - cattrs: >=23.1.0
86
+ - flynt:
87
+ - isort:
88
+ - libcst:
89
+ - packaging:
90
+ - pyupgrade:
91
+ - tomli:
92
+ - wexample-api: ==0.0.84
93
+ - wexample-filestate: >=1.0.0
105
94
 
106
95
  ## Versioning & Compatibility Policy
107
96
 
@@ -113,72 +102,45 @@ Wexample packages follow **Semantic Versioning** (SemVer):
113
102
 
114
103
  We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
115
104
 
116
- ## Changelog
117
-
118
- See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
119
-
120
- Major changes are documented with migration guides when applicable.
121
-
122
- ## Migration Notes
123
-
124
- When upgrading between major versions, refer to the migration guides in the documentation.
125
-
126
- Breaking changes are clearly documented with upgrade paths and examples.
127
-
128
- ## Known Limitations & Roadmap
129
-
130
- Current limitations and planned features are tracked in the GitHub issues.
131
-
132
- See the [project roadmap](https://github.com/wexample/python-filestate_python/issues) for upcoming features and improvements.
133
-
134
- ## Security Policy
135
-
136
- ### Reporting Vulnerabilities
105
+ ## License
137
106
 
138
- If you discover a security vulnerability, please email contact@wexample.com.
107
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
139
108
 
140
- **Do not** open public issues for security vulnerabilities.
109
+ Free to use in both personal and commercial projects.
141
110
 
142
- We take security seriously and will respond promptly to verified reports.
111
+ ## Integration in the Suite
143
112
 
144
- ## Privacy & Telemetry
113
+ 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.
145
114
 
146
- This package does **not** collect any telemetry or usage data.
115
+ ### Related Packages
147
116
 
148
- Your privacy is respected no data is transmitted to external services.
117
+ 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.
149
118
 
150
- ## Support Channels
119
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
151
120
 
152
- - **GitHub Issues**: Bug reports and feature requests
153
- - **GitHub Discussions**: Questions and community support
154
- - **Documentation**: Comprehensive guides and API reference
155
- - **Email**: contact@wexample.com for general inquiries
121
+ # About us
156
122
 
157
- Community support is available through GitHub Discussions.
123
+ [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.
158
124
 
159
- ## Contribution Guidelines
125
+ 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.
160
126
 
161
- We welcome contributions to the Wexample suite!
127
+ 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.
162
128
 
163
- ### How to Contribute
129
+ ## Known Limitations & Roadmap
164
130
 
165
- 1. **Fork** the repository
166
- 2. **Create** a feature branch
167
- 3. **Make** your changes
168
- 4. **Test** thoroughly
169
- 5. **Submit** a pull request
131
+ Current limitations and planned features are tracked in the GitHub issues.
170
132
 
171
- ## Maintainers & Authors
133
+ See the [project roadmap](https://github.com/wexample/python-filestate_python/issues) for upcoming features and improvements.
172
134
 
173
- Maintained by the Wexample team and community contributors.
135
+ ## Status & Compatibility
174
136
 
175
- See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the full list of contributors.
137
+ **Maturity**: Production-ready
176
138
 
177
- ## License
139
+ **Python Support**: >=3.10
178
140
 
179
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
141
+ **OS Support**: Linux, macOS, Windows
180
142
 
181
- Free to use in both personal and commercial projects.
143
+ **Status**: Actively maintained
182
144
 
183
145
  ## Useful Links
184
146
 
@@ -186,45 +148,10 @@ Free to use in both personal and commercial projects.
186
148
  - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
187
149
  - **Issue Tracker**: https://github.com/wexample/python-filestate-python/issues
188
150
  - **Discussions**: https://github.com/wexample/python-filestate-python/discussions
189
- - **PyPI**: [pypi.org/project/wexample-filestate-python](https://pypi.org/project/wexample-filestate-python/)
151
+ - **PyPI**: [pypi.org/project/filestate_python](https://pypi.org/project/filestate_python/)
190
152
 
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
- ## Compatibility Matrix
202
-
203
- This package is part of the Wexample suite and is compatible with other suite packages.
204
-
205
- Refer to each package's documentation for specific version compatibility requirements.
206
-
207
- ## Dependencies
208
-
209
- - attrs: >=23.1.0
210
- - autoflake:
211
- - black:
212
- - cattrs: >=23.1.0
213
- - flynt:
214
- - isort:
215
- - libcst:
216
- - packaging:
217
- - pyupgrade:
218
- - tomli:
219
- - wexample-api: ==0.0.83
220
- - wexample-filestate: ==0.0.74
221
-
222
-
223
- # About us
224
-
225
- [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.
226
-
227
- 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.
153
+ ## Migration Notes
228
154
 
229
- 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.
155
+ When upgrading between major versions, refer to the migration guides in the documentation.
230
156
 
157
+ 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-filestate-python"
9
- version = "0.0.58"
9
+ version = "0.1.0"
10
10
  description = "Helpers for Python."
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -28,8 +28,8 @@ dependencies = [
28
28
  "packaging",
29
29
  "pyupgrade",
30
30
  "tomli",
31
- "wexample-api==0.0.83",
32
- "wexample-filestate==0.0.74",
31
+ "wexample-api==0.0.84",
32
+ "wexample-filestate>=1.0.0",
33
33
  ]
34
34
 
35
35
  [project.readme]
@@ -16,6 +16,10 @@ if TYPE_CHECKING:
16
16
 
17
17
  @base_class
18
18
  class ClassNameMatchesFileNameOption(OptionMixin, AbstractConfigOption):
19
+ @classmethod
20
+ def get_scopes(cls) -> list[Scope]:
21
+ return [Scope.NAME]
22
+
19
23
  @staticmethod
20
24
  def _expected_class_name_from_path(path: Path) -> str | None:
21
25
  stem = path.stem
@@ -17,6 +17,10 @@ if TYPE_CHECKING:
17
17
 
18
18
  @base_class
19
19
  class PythonOption(OptionMixin, AbstractNestedConfigOption):
20
+ @classmethod
21
+ def get_scopes(cls) -> list[Scope]:
22
+ return [Scope.CONTENT]
23
+
20
24
  @staticmethod
21
25
  def get_raw_value_allowed_type() -> Any:
22
26
  from wexample_filestate_python.config_value.python_config_value import (