wexample-filestate-python 0.0.43__tar.gz → 0.0.44__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 (65) hide show
  1. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/PKG-INFO +3 -3
  2. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/pyproject.toml +3 -3
  3. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/README.md +0 -0
  4. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/__init__.py +0 -0
  5. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/common/__init__.py +0 -0
  6. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/common/pipy_gateway.py +0 -0
  7. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/config_option/__init__.py +0 -0
  8. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/config_option/python_config_option.py +0 -0
  9. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/const/__init__.py +0 -0
  10. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/const/name_pattern.py +0 -0
  11. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/file/__init__.py +0 -0
  12. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/file/python_file.py +0 -0
  13. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/helpers/__init__.py +0 -0
  14. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/helpers/package.py +0 -0
  15. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/helpers/toml.py +0 -0
  16. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/__init__.py +0 -0
  17. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/abstract_python_file_operation.py +0 -0
  18. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_add_future_annotations_operation.py +0 -0
  19. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_add_return_types_operation.py +0 -0
  20. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_fix_attrs_operation.py +0 -0
  21. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_fix_blank_lines_operation.py +0 -0
  22. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_format_operation.py +0 -0
  23. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_fstringify_operation.py +0 -0
  24. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_modernize_typing_operation.py +0 -0
  25. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_class_attributes_operation.py +0 -0
  26. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_class_docstring_operation.py +0 -0
  27. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_class_methods_operation.py +0 -0
  28. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_constants_operation.py +0 -0
  29. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_iterable_items_operation.py +0 -0
  30. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_main_guard_operation.py +0 -0
  31. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_module_docstring_operation.py +0 -0
  32. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_module_functions_operation.py +0 -0
  33. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_module_metadata_operation.py +0 -0
  34. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_order_type_checking_block_operation.py +0 -0
  35. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_relocate_imports_operation.py +0 -0
  36. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_remove_unused_imports_operation.py +0 -0
  37. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_sort_imports_operation.py +0 -0
  38. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/python_unquote_annotations_operation.py +0 -0
  39. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/__init__.py +0 -0
  40. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_attrs_utils.py +0 -0
  41. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_blank_lines_utils.py +0 -0
  42. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_class_attributes_utils.py +0 -0
  43. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_class_docstring_utils.py +0 -0
  44. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_class_methods_utils.py +0 -0
  45. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_constants_utils.py +0 -0
  46. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_docstring_utils.py +0 -0
  47. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_functions_utils.py +0 -0
  48. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_iterable_utils.py +0 -0
  49. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_main_guard_utils.py +0 -0
  50. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_module_metadata_utils.py +0 -0
  51. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/python_type_checking_utils.py +0 -0
  52. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/relocate_imports/__init__.py +0 -0
  53. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/relocate_imports/python_import_rewriter.py +0 -0
  54. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/relocate_imports/python_localize_runtime_imports.py +0 -0
  55. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/relocate_imports/python_parser_import_index.py +0 -0
  56. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/relocate_imports/python_runtime_symbol_collector.py +0 -0
  57. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operation/utils/relocate_imports/python_usage_collector.py +0 -0
  58. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operations_provider/__init__.py +0 -0
  59. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/operations_provider/python_operations_provider.py +0 -0
  60. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/options_provider/__init__.py +0 -0
  61. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/options_provider/python_options_provider.py +0 -0
  62. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/py.typed +0 -0
  63. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/src/wexample_filestate_python/workdir/__init__.py +0 -0
  64. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/tests/tests/__init__.py +0 -0
  65. {wexample_filestate_python-0.0.43 → wexample_filestate_python-0.0.44}/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.43
3
+ Version: 0.0.44
4
4
  Summary: Helpers for Python.
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -11,8 +11,8 @@ Project-URL: homepage, https://github.com/wexample/python-filestate-python
11
11
  Requires-Python: >=3.10
12
12
  Requires-Dist: attrs>=23.1.0
13
13
  Requires-Dist: cattrs>=23.1.0
14
- Requires-Dist: wexample-filestate==0.0.53
15
- Requires-Dist: wexample-helpers-api==0.0.34
14
+ Requires-Dist: wexample-filestate==0.0.54
15
+ Requires-Dist: wexample-helpers-api==0.0.35
16
16
  Provides-Extra: dev
17
17
  Requires-Dist: pytest; extra == "dev"
18
18
  Description-Content-Type: text/markdown
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-filestate-python"
9
- version = "0.0.43"
9
+ version = "0.0.44"
10
10
  description = "Helpers for Python."
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -20,8 +20,8 @@ classifiers = [
20
20
  dependencies = [
21
21
  "attrs>=23.1.0",
22
22
  "cattrs>=23.1.0",
23
- "wexample-filestate==0.0.53",
24
- "wexample-helpers-api==0.0.34",
23
+ "wexample-filestate==0.0.54",
24
+ "wexample-helpers-api==0.0.35",
25
25
  ]
26
26
 
27
27
  [project.readme]