plexus-python-common 1.1.84__tar.gz → 1.1.85__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.
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/.editorconfig +8 -8
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/.gitignore +9 -19
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/PKG-INFO +1 -1
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus_python_common.egg-info/PKG-INFO +1 -1
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/.github/workflows/pr.yml +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/.github/workflows/push.yml +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/MANIFEST.in +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/README.md +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/VERSION +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/pyproject.toml +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/config/config.cfg +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/csvutils/data.csv +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/csvutils/data.tsv +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.baz/file.bar.baz +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.baz/file.foo.bar +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.baz/file.foo.baz +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.foo/file.bar +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.foo/file.baz +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/pathutils/dir.foo/file.foo +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/setup.cfg +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/setup.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/__init__.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/__init__.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/argutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/config.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/csvutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/dbutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/dtutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/funcutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/iterutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/jsonutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/logger.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/numutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/pathutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/randutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/retry.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/span.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/strutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/testutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/typeutils.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus_python_common.egg-info/SOURCES.txt +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus_python_common.egg-info/dependency_links.txt +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus_python_common.egg-info/not-zip-safe +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus_python_common.egg-info/requires.txt +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus_python_common.egg-info/top_level.txt +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/__init__.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/__init__.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/__init__.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/argutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/config_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/csvutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/dbutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/dtutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/funcutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/iterutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/jsonutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/logger_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/numutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/pathutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/randutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/retry_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/span_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/strutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/testutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/utils/typeutils_test.py +0 -0
- {plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/testenv.py +0 -0
|
@@ -21,16 +21,16 @@ ij_python_blank_lines_around_top_level_classes_functions = 2
|
|
|
21
21
|
ij_python_blank_lines_before_first_method = 0
|
|
22
22
|
ij_python_call_parameters_new_line_after_left_paren = false
|
|
23
23
|
ij_python_call_parameters_right_paren_on_new_line = false
|
|
24
|
-
ij_python_call_parameters_wrap =
|
|
24
|
+
ij_python_call_parameters_wrap = on_every_item
|
|
25
25
|
ij_python_dict_alignment = 0
|
|
26
26
|
ij_python_dict_new_line_after_left_brace = false
|
|
27
27
|
ij_python_dict_new_line_before_right_brace = false
|
|
28
|
-
ij_python_dict_wrapping =
|
|
29
|
-
ij_python_from_import_new_line_after_left_parenthesis =
|
|
30
|
-
ij_python_from_import_new_line_before_right_parenthesis =
|
|
31
|
-
ij_python_from_import_parentheses_force_if_multiline =
|
|
32
|
-
ij_python_from_import_trailing_comma_if_multiline =
|
|
33
|
-
ij_python_from_import_wrapping =
|
|
28
|
+
ij_python_dict_wrapping = on_every_item
|
|
29
|
+
ij_python_from_import_new_line_after_left_parenthesis = true
|
|
30
|
+
ij_python_from_import_new_line_before_right_parenthesis = true
|
|
31
|
+
ij_python_from_import_parentheses_force_if_multiline = true
|
|
32
|
+
ij_python_from_import_trailing_comma_if_multiline = true
|
|
33
|
+
ij_python_from_import_wrapping = on_every_item
|
|
34
34
|
ij_python_hang_closing_brackets = false
|
|
35
35
|
ij_python_keep_blank_lines_in_code = 1
|
|
36
36
|
ij_python_keep_blank_lines_in_declarations = 1
|
|
@@ -38,7 +38,7 @@ ij_python_keep_indents_on_empty_lines = false
|
|
|
38
38
|
ij_python_keep_line_breaks = true
|
|
39
39
|
ij_python_method_parameters_new_line_after_left_paren = false
|
|
40
40
|
ij_python_method_parameters_right_paren_on_new_line = false
|
|
41
|
-
ij_python_method_parameters_wrap =
|
|
41
|
+
ij_python_method_parameters_wrap = on_every_item
|
|
42
42
|
ij_python_new_line_after_colon = false
|
|
43
43
|
ij_python_new_line_after_colon_multi_clause = true
|
|
44
44
|
ij_python_optimize_imports_always_split_from_imports = false
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
#
|
|
2
|
-
*.[oa]
|
|
3
|
-
*~
|
|
1
|
+
# OS scratch
|
|
4
2
|
.DS_Store
|
|
5
3
|
Thumbs.db
|
|
4
|
+
*.[oa]
|
|
5
|
+
*~
|
|
6
6
|
|
|
7
|
-
#
|
|
8
|
-
.git/
|
|
9
|
-
|
|
10
|
-
# General
|
|
7
|
+
# General scratch files and compiled output
|
|
11
8
|
target/
|
|
12
9
|
output/
|
|
10
|
+
out/
|
|
13
11
|
build/
|
|
14
12
|
opt/
|
|
15
13
|
gen/
|
|
@@ -25,7 +23,7 @@ temp/
|
|
|
25
23
|
.vscode/
|
|
26
24
|
|
|
27
25
|
|
|
28
|
-
#
|
|
26
|
+
# Python byte-compiled / optimized / DLL files
|
|
29
27
|
__pycache__/
|
|
30
28
|
*.py[cod]
|
|
31
29
|
*$py.class
|
|
@@ -33,9 +31,8 @@ __pycache__/
|
|
|
33
31
|
# C extensions
|
|
34
32
|
*.so
|
|
35
33
|
|
|
36
|
-
#
|
|
34
|
+
# Python distribution / packaging
|
|
37
35
|
.Python
|
|
38
|
-
build/
|
|
39
36
|
develop-eggs/
|
|
40
37
|
dist/
|
|
41
38
|
downloads/
|
|
@@ -49,8 +46,8 @@ var/
|
|
|
49
46
|
wheels/
|
|
50
47
|
share/python-wheels/
|
|
51
48
|
*.egg-info/
|
|
52
|
-
.installed.cfg
|
|
53
49
|
*.egg
|
|
50
|
+
.installed.cfg
|
|
54
51
|
MANIFEST
|
|
55
52
|
|
|
56
53
|
# PyInstaller
|
|
@@ -112,7 +109,7 @@ ipython_config.py
|
|
|
112
109
|
# pyenv
|
|
113
110
|
# For a library or package, you might want to ignore these files since the code is
|
|
114
111
|
# intended to run in multiple environments; otherwise, check them in:
|
|
115
|
-
|
|
112
|
+
#.python-version
|
|
116
113
|
|
|
117
114
|
# pipenv
|
|
118
115
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
@@ -178,10 +175,3 @@ dmypy.json
|
|
|
178
175
|
|
|
179
176
|
# Cython debug symbols
|
|
180
177
|
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/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/config/config.cfg
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/csvutils/data.csv
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/resources/unittest/csvutils/data.tsv
RENAMED
|
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
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/__init__.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/argutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/config.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/csvutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/dbutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/dtutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/funcutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/iterutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/jsonutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/logger.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/numutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/pathutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/randutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/retry.py
RENAMED
|
File without changes
|
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/strutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/testutils.py
RENAMED
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/src/plexus/common/utils/typeutils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plexus_python_common-1.1.84 → plexus_python_common-1.1.85}/test/plexus_tests/common/__init__.py
RENAMED
|
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
|