plexus-python-common 1.1.84__tar.gz → 1.1.86__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 (70) hide show
  1. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/.editorconfig +47 -12
  2. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/.gitignore +9 -16
  3. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/PKG-INFO +1 -1
  4. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus_python_common.egg-info/PKG-INFO +1 -1
  5. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/.github/workflows/pr.yml +0 -0
  6. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/.github/workflows/push.yml +0 -0
  7. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/MANIFEST.in +0 -0
  8. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/README.md +0 -0
  9. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/VERSION +0 -0
  10. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/pyproject.toml +0 -0
  11. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/config/config.cfg +0 -0
  12. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/csvutils/data.csv +0 -0
  13. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/csvutils/data.tsv +0 -0
  14. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.baz/file.bar.baz +0 -0
  15. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.baz/file.foo.bar +0 -0
  16. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.baz/file.foo.baz +0 -0
  17. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
  18. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
  19. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
  20. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
  21. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.foo/file.bar +0 -0
  22. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.foo/file.baz +0 -0
  23. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/resources/unittest/pathutils/dir.foo/file.foo +0 -0
  24. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/setup.cfg +0 -0
  25. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/setup.py +0 -0
  26. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/__init__.py +0 -0
  27. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/__init__.py +0 -0
  28. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/argutils.py +0 -0
  29. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/config.py +0 -0
  30. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/csvutils.py +0 -0
  31. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/dbutils.py +0 -0
  32. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/dtutils.py +0 -0
  33. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/funcutils.py +0 -0
  34. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/iterutils.py +0 -0
  35. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/jsonutils.py +0 -0
  36. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/logger.py +0 -0
  37. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/numutils.py +0 -0
  38. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/pathutils.py +0 -0
  39. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/randutils.py +0 -0
  40. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/retry.py +0 -0
  41. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/span.py +0 -0
  42. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/strutils.py +0 -0
  43. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/testutils.py +0 -0
  44. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus/common/utils/typeutils.py +0 -0
  45. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus_python_common.egg-info/SOURCES.txt +0 -0
  46. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus_python_common.egg-info/dependency_links.txt +0 -0
  47. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus_python_common.egg-info/not-zip-safe +0 -0
  48. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus_python_common.egg-info/requires.txt +0 -0
  49. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/src/plexus_python_common.egg-info/top_level.txt +0 -0
  50. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/__init__.py +0 -0
  51. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/__init__.py +0 -0
  52. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/__init__.py +0 -0
  53. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/argutils_test.py +0 -0
  54. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/config_test.py +0 -0
  55. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/csvutils_test.py +0 -0
  56. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/dbutils_test.py +0 -0
  57. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/dtutils_test.py +0 -0
  58. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/funcutils_test.py +0 -0
  59. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/iterutils_test.py +0 -0
  60. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/jsonutils_test.py +0 -0
  61. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/logger_test.py +0 -0
  62. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/numutils_test.py +0 -0
  63. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/pathutils_test.py +0 -0
  64. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/randutils_test.py +0 -0
  65. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/retry_test.py +0 -0
  66. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/span_test.py +0 -0
  67. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/strutils_test.py +0 -0
  68. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/testutils_test.py +0 -0
  69. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/plexus_tests/common/utils/typeutils_test.py +0 -0
  70. {plexus_python_common-1.1.84 → plexus_python_common-1.1.86}/test/testenv.py +0 -0
@@ -1,13 +1,48 @@
1
1
  root = true
2
2
 
3
- [*.py]
3
+ [*]
4
4
  charset = utf-8
5
5
  end_of_line = lf
6
- insert_final_newline = true
7
- trim_trailing_whitespace = true
8
- indent_style = space
9
6
  indent_size = 4
7
+ indent_style = space
8
+ insert_final_newline = false
9
+ max_line_length = 120
10
+ tab_width = 4
11
+ ij_formatter_tags_enabled = true
12
+ ij_formatter_off_tag = @formatter:off
13
+ ij_formatter_on_tag = @formatter:on
10
14
 
15
+ [{*.bash,*.sh,*.zsh}]
16
+ indent_size = 2
17
+ tab_width = 2
18
+ ij_shell_binary_ops_start_line = false
19
+ ij_shell_keep_column_alignment_padding = false
20
+ ij_shell_minify_program = false
21
+ ij_shell_redirect_followed_by_space = false
22
+ ij_shell_switch_cases_indented = false
23
+ ij_shell_use_unix_line_separator = true
24
+
25
+ [{*.markdown,*.md}]
26
+ ij_markdown_force_one_space_after_blockquote_symbol = true
27
+ ij_markdown_force_one_space_after_header_symbol = true
28
+ ij_markdown_force_one_space_after_list_bullet = true
29
+ ij_markdown_force_one_space_between_words = true
30
+ ij_markdown_format_tables = true
31
+ ij_markdown_insert_quote_arrows_on_wrap = true
32
+ ij_markdown_keep_indents_on_empty_lines = false
33
+ ij_markdown_keep_line_breaks_inside_text_blocks = true
34
+ ij_markdown_max_lines_around_block_elements = 1
35
+ ij_markdown_max_lines_around_header = 1
36
+ ij_markdown_max_lines_between_paragraphs = 1
37
+ ij_markdown_min_lines_around_block_elements = 1
38
+ ij_markdown_min_lines_around_header = 1
39
+ ij_markdown_min_lines_between_paragraphs = 1
40
+ ij_markdown_wrap_text_if_long = true
41
+ ij_markdown_wrap_text_inside_blockquotes = true
42
+
43
+ [*.py]
44
+ insert_final_newline = true
45
+ trim_trailing_whitespace = true
11
46
  ij_python_align_collections_and_comprehensions = true
12
47
  ij_python_align_multiline_imports = true
13
48
  ij_python_align_multiline_parameters = true
@@ -21,16 +56,16 @@ ij_python_blank_lines_around_top_level_classes_functions = 2
21
56
  ij_python_blank_lines_before_first_method = 0
22
57
  ij_python_call_parameters_new_line_after_left_paren = false
23
58
  ij_python_call_parameters_right_paren_on_new_line = false
24
- ij_python_call_parameters_wrap = normal
59
+ ij_python_call_parameters_wrap = on_every_item
25
60
  ij_python_dict_alignment = 0
26
61
  ij_python_dict_new_line_after_left_brace = false
27
62
  ij_python_dict_new_line_before_right_brace = false
28
- ij_python_dict_wrapping = 1
29
- ij_python_from_import_new_line_after_left_parenthesis = false
30
- ij_python_from_import_new_line_before_right_parenthesis = false
31
- ij_python_from_import_parentheses_force_if_multiline = false
32
- ij_python_from_import_trailing_comma_if_multiline = false
33
- ij_python_from_import_wrapping = 1
63
+ ij_python_dict_wrapping = on_every_item
64
+ ij_python_from_import_new_line_after_left_parenthesis = true
65
+ ij_python_from_import_new_line_before_right_parenthesis = true
66
+ ij_python_from_import_parentheses_force_if_multiline = true
67
+ ij_python_from_import_trailing_comma_if_multiline = true
68
+ ij_python_from_import_wrapping = on_every_item
34
69
  ij_python_hang_closing_brackets = false
35
70
  ij_python_keep_blank_lines_in_code = 1
36
71
  ij_python_keep_blank_lines_in_declarations = 1
@@ -38,7 +73,7 @@ ij_python_keep_indents_on_empty_lines = false
38
73
  ij_python_keep_line_breaks = true
39
74
  ij_python_method_parameters_new_line_after_left_paren = false
40
75
  ij_python_method_parameters_right_paren_on_new_line = false
41
- ij_python_method_parameters_wrap = normal
76
+ ij_python_method_parameters_wrap = on_every_item
42
77
  ij_python_new_line_after_colon = false
43
78
  ij_python_new_line_after_colon_multi_clause = true
44
79
  ij_python_optimize_imports_always_split_from_imports = false
@@ -1,15 +1,16 @@
1
- # System junks
2
- *.[oa]
3
- *~
1
+ # OS scratch
4
2
  .DS_Store
5
3
  Thumbs.db
4
+ *.[oa]
5
+ *~
6
6
 
7
7
  # Git
8
8
  .git/
9
9
 
10
- # General
10
+ # General scratch files and compiled output
11
11
  target/
12
12
  output/
13
+ out/
13
14
  build/
14
15
  opt/
15
16
  gen/
@@ -25,7 +26,7 @@ temp/
25
26
  .vscode/
26
27
 
27
28
 
28
- # Byte-compiled / optimized / DLL files
29
+ # Python byte-compiled / optimized / DLL files
29
30
  __pycache__/
30
31
  *.py[cod]
31
32
  *$py.class
@@ -33,9 +34,8 @@ __pycache__/
33
34
  # C extensions
34
35
  *.so
35
36
 
36
- # Distribution / packaging
37
+ # Python distribution / packaging
37
38
  .Python
38
- build/
39
39
  develop-eggs/
40
40
  dist/
41
41
  downloads/
@@ -49,8 +49,8 @@ var/
49
49
  wheels/
50
50
  share/python-wheels/
51
51
  *.egg-info/
52
- .installed.cfg
53
52
  *.egg
53
+ .installed.cfg
54
54
  MANIFEST
55
55
 
56
56
  # PyInstaller
@@ -112,7 +112,7 @@ ipython_config.py
112
112
  # pyenv
113
113
  # For a library or package, you might want to ignore these files since the code is
114
114
  # intended to run in multiple environments; otherwise, check them in:
115
- # .python-version
115
+ #.python-version
116
116
 
117
117
  # pipenv
118
118
  # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -178,10 +178,3 @@ dmypy.json
178
178
 
179
179
  # Cython debug symbols
180
180
  cython_debug/
181
-
182
- # PyCharm
183
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
184
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
185
- # and can be added to the global gitignore or merged into this file. For a more nuclear
186
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
187
- #.idea/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plexus-python-common
3
- Version: 1.1.84
3
+ Version: 1.1.86
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Programming Language :: Python :: 3.13
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plexus-python-common
3
- Version: 1.1.84
3
+ Version: 1.1.86
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Programming Language :: Python :: 3.13