iker-python-common 1.0.67__tar.gz → 1.0.68__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.
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/PKG-INFO +1 -1
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/config.py +2 -2
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/retry.py +2 -2
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/PKG-INFO +1 -1
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/.editorconfig +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/.github/workflows/pr.yml +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/.github/workflows/push.yml +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/.gitignore +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/MANIFEST.in +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/README.md +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/VERSION +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/pyproject.toml +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/config/config.cfg +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/csvutils/data.csv +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/csvutils/data.tsv +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.baz/file.bar.baz +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.baz/file.foo.bar +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.baz/file.foo.baz +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/file.bar +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/file.baz +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/file.foo +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/setup.cfg +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/setup.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/__init__.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/__init__.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/argutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/csvutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/dbutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/dtutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/funcutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/iterutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/jsonutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/logger.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/numutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/randutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/shutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/span.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/strutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/testutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker/common/utils/typeutils.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/SOURCES.txt +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/dependency_links.txt +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/not-zip-safe +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/requires.txt +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/top_level.txt +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/__init__.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/__init__.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/__init__.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/argutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/config_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/csvutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/dbutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/dtutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/funcutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/iterutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/jsonutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/logger_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/numutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/randutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/retry_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/shutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/span_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/strutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/testutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/typeutils_test.py +0 -0
- {iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/testenv.py +0 -0
|
@@ -31,7 +31,7 @@ class Config(object):
|
|
|
31
31
|
self.config_parser.read(self.config_path, encoding="utf-8")
|
|
32
32
|
return True
|
|
33
33
|
except IOError as e:
|
|
34
|
-
logger.exception("Failed to restore config from file '%s'", self.config_path)
|
|
34
|
+
logger.exception("Failed to restore config from file <'%s'>", self.config_path)
|
|
35
35
|
return False
|
|
36
36
|
|
|
37
37
|
def persist(self) -> bool:
|
|
@@ -42,7 +42,7 @@ class Config(object):
|
|
|
42
42
|
self.config_parser.write(fh)
|
|
43
43
|
return True
|
|
44
44
|
except IOError as e:
|
|
45
|
-
logger.exception("Failed to persist config to file '%s'", self.config_path)
|
|
45
|
+
logger.exception("Failed to persist config to file <'%s'>", self.config_path)
|
|
46
46
|
return False
|
|
47
47
|
|
|
48
48
|
def has_section(self, section: str) -> bool:
|
|
@@ -165,11 +165,11 @@ class RetryWrapper(object):
|
|
|
165
165
|
else:
|
|
166
166
|
return self.target(*args, **kwargs)
|
|
167
167
|
except Exception as e:
|
|
168
|
-
logger.exception("Function target '%s' failed on attempt
|
|
168
|
+
logger.exception("Function target <'%s'> failed on attempt <%d>", self.target, attempt_number)
|
|
169
169
|
last_exception = e
|
|
170
170
|
time.sleep(self.next_wait(attempt_number))
|
|
171
171
|
|
|
172
|
-
raise RuntimeError(f"failed to execute function target '{self.target}' after
|
|
172
|
+
raise RuntimeError(f"failed to execute function target '{self.target}' after {attempt_number} attempts")
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
def retry(wait: int = None, retrials: int = None, timeout: int = None):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/config/config.cfg
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/csvutils/data.csv
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/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
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/file.bar
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/file.baz
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/resources/unittest/shutils/dir.foo/file.foo
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
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/src/iker_python_common.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/config_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/dbutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/dtutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/logger_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/retry_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/shutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.67 → iker_python_common-1.0.68}/test/iker_tests/common/utils/span_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|