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.
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/PKG-INFO +56 -129
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/README.md +53 -126
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/pyproject.toml +3 -3
- {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
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python_option.py +4 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/common/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/common/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/common/pipy_gateway.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/mixin/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_option/mixin/__pycache__/__init__.py +0 -0
- {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
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_value/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_value/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/config_value/python_config_value.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/name_pattern.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/path.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/const/python_file.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/event/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/event/src/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/event/src/wexample_event/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/file/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/file/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/file/python_file.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/package.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/python/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/helpers/toml.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/__init__.py +0 -0
- {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
- {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
- {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
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/fix_attrs_option.py +0 -0
- {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
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/format_option.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/fstringify_option.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/modernize_typing_option.py +0 -0
- {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
- {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
- {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
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/order_constants_option.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/relocate_imports_option.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/remove_unused_option.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/sort_imports_option.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/option/python/unquote_annotations_option.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/options_provider/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/options_provider/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/options_provider/python_options_provider.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/py.typed +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/__pycache__/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_attrs_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_blank_lines_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_class_attributes_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_class_docstring_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_class_methods_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_constants_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_docstring_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_functions_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_iterable_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_main_guard_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_module_metadata_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/python_type_checking_utils.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/__init__.py +0 -0
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/src/wexample_filestate_python/utils/relocate_imports/__pycache__/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {wexample_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/tests/tests/__init__.py +0 -0
- {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
|
|
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.
|
|
23
|
-
Requires-Dist: wexample-filestate
|
|
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
|
-
#
|
|
29
|
+
# filestate_python
|
|
30
30
|
|
|
31
|
-
Version: 0.0
|
|
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
|
-
- [
|
|
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
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
106
|
+
Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
|
|
126
107
|
|
|
127
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
135
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
167
136
|
|
|
168
|
-
|
|
137
|
+
Free to use in both personal and commercial projects.
|
|
169
138
|
|
|
170
|
-
|
|
139
|
+
## Integration in the Suite
|
|
171
140
|
|
|
172
|
-
|
|
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
|
-
|
|
143
|
+
### Related Packages
|
|
175
144
|
|
|
176
|
-
|
|
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
|
-
|
|
147
|
+
Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
|
|
179
148
|
|
|
180
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
157
|
+
## Known Limitations & Roadmap
|
|
192
158
|
|
|
193
|
-
|
|
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
|
-
|
|
161
|
+
See the [project roadmap](https://github.com/wexample/python-filestate_python/issues) for upcoming features and improvements.
|
|
200
162
|
|
|
201
|
-
|
|
163
|
+
## Status & Compatibility
|
|
202
164
|
|
|
203
|
-
|
|
165
|
+
**Maturity**: Production-ready
|
|
204
166
|
|
|
205
|
-
|
|
167
|
+
**Python Support**: >=3.10
|
|
206
168
|
|
|
207
|
-
|
|
169
|
+
**OS Support**: Linux, macOS, Windows
|
|
208
170
|
|
|
209
|
-
|
|
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/
|
|
179
|
+
- **PyPI**: [pypi.org/project/filestate_python](https://pypi.org/project/filestate_python/)
|
|
218
180
|
|
|
219
|
-
##
|
|
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
|
-
|
|
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
|
-
#
|
|
1
|
+
# filestate_python
|
|
2
2
|
|
|
3
|
-
Version: 0.0
|
|
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
|
-
- [
|
|
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
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
78
|
+
Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
|
|
98
79
|
|
|
99
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
107
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
139
108
|
|
|
140
|
-
|
|
109
|
+
Free to use in both personal and commercial projects.
|
|
141
110
|
|
|
142
|
-
|
|
111
|
+
## Integration in the Suite
|
|
143
112
|
|
|
144
|
-
|
|
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
|
-
|
|
115
|
+
### Related Packages
|
|
147
116
|
|
|
148
|
-
|
|
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
|
-
|
|
119
|
+
Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
|
|
151
120
|
|
|
152
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
129
|
+
## Known Limitations & Roadmap
|
|
164
130
|
|
|
165
|
-
|
|
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
|
-
|
|
133
|
+
See the [project roadmap](https://github.com/wexample/python-filestate_python/issues) for upcoming features and improvements.
|
|
172
134
|
|
|
173
|
-
|
|
135
|
+
## Status & Compatibility
|
|
174
136
|
|
|
175
|
-
|
|
137
|
+
**Maturity**: Production-ready
|
|
176
138
|
|
|
177
|
-
|
|
139
|
+
**Python Support**: >=3.10
|
|
178
140
|
|
|
179
|
-
|
|
141
|
+
**OS Support**: Linux, macOS, Windows
|
|
180
142
|
|
|
181
|
-
|
|
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/
|
|
151
|
+
- **PyPI**: [pypi.org/project/filestate_python](https://pypi.org/project/filestate_python/)
|
|
190
152
|
|
|
191
|
-
##
|
|
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
|
-
|
|
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
|
|
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.
|
|
32
|
-
"wexample-filestate
|
|
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 (
|
|
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_filestate_python-0.0.58 → wexample_filestate_python-0.1.0}/tests/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|