ae-base 0.3.51__py3-none-any.whl → 0.3.52__py3-none-any.whl

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.
ae/base.py CHANGED
@@ -163,7 +163,7 @@ from types import ModuleType
163
163
  from typing import Any, Callable, Generator, Iterable, Optional, Union, cast
164
164
 
165
165
 
166
- __version__ = '0.3.51'
166
+ __version__ = '0.3.52'
167
167
 
168
168
 
169
169
  os_path_abspath = os.path.abspath
@@ -669,8 +669,8 @@ def mask_secrets(data: Union[dict, Iterable], fragments: Iterable[str] = ('passw
669
669
  if not val_is_str and isinstance(val, Iterable):
670
670
  mask_secrets(val, fragments=fragments)
671
671
  elif is_dict and val_is_str and isinstance(idx, str):
672
- idx = idx.lower()
673
- if any(_frag in idx for _frag in fragments):
672
+ idx_lower = idx.lower()
673
+ if any(_frag in idx_lower for _frag in fragments):
674
674
  data[idx] = val[:3] + "*" * 9 # type: ignore # silly mypy not sees is_dict
675
675
 
676
676
  return data
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ae_base
3
- Version: 0.3.51
3
+ Version: 0.3.52
4
4
  Summary: ae namespace module portion base: basic constants, helper functions and context manager
5
5
  Home-page: https://gitlab.com/ae-group/ae_base
6
6
  Author: AndiEcker
@@ -69,17 +69,17 @@ Dynamic: summary
69
69
 
70
70
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.95 -->
71
71
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
72
- # base 0.3.51
72
+ # base 0.3.52
73
73
 
74
74
  [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_base/develop?logo=python)](
75
75
  https://gitlab.com/ae-group/ae_base)
76
76
  [![LatestPyPIrelease](
77
- https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.50?logo=python)](
78
- https://gitlab.com/ae-group/ae_base/-/tree/release0.3.50)
77
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.51?logo=python)](
78
+ https://gitlab.com/ae-group/ae_base/-/tree/release0.3.51)
79
79
  [![PyPIVersions](https://img.shields.io/pypi/v/ae_base)](
80
80
  https://pypi.org/project/ae-base/#history)
81
81
 
82
- >ae_base module 0.3.51.
82
+ >ae_base module 0.3.52.
83
83
 
84
84
  [![Coverage](https://ae-group.gitlab.io/ae_base/coverage.svg)](
85
85
  https://ae-group.gitlab.io/ae_base/coverage/index.html)
@@ -0,0 +1,7 @@
1
+ ae/base.py,sha256=IpEnDdbJdhFU8r-t8qg2LaY4sR6p2I2CO5VE4fVIsDs,64611
2
+ ae_base-0.3.52.dist-info/licenses/LICENSE.md,sha256=uoIIfORuk4V8ZeNh6SN0EUhiU79RC-indIMFqePKVhY,35002
3
+ ae_base-0.3.52.dist-info/METADATA,sha256=xcJk6cnwOehC0Quvkr-VeJ9maJtIeKSUEnoBoEozE_E,5658
4
+ ae_base-0.3.52.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
5
+ ae_base-0.3.52.dist-info/top_level.txt,sha256=vUdgAslSmhZLXWU48fm8AG2BjVnkOWLco8rzuW-5zY0,3
6
+ ae_base-0.3.52.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
7
+ ae_base-0.3.52.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- ae/base.py,sha256=SeQfFkj2ODRqwpp2yUSLlkf0YC1dfaJQ9ZnBtZ760jo,64599
2
- ae_base-0.3.51.dist-info/licenses/LICENSE.md,sha256=uoIIfORuk4V8ZeNh6SN0EUhiU79RC-indIMFqePKVhY,35002
3
- ae_base-0.3.51.dist-info/METADATA,sha256=maz0cd02j373QhmJA1ZJ1VhKQJrFjTSxwO3f7M8N0tA,5658
4
- ae_base-0.3.51.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
5
- ae_base-0.3.51.dist-info/top_level.txt,sha256=vUdgAslSmhZLXWU48fm8AG2BjVnkOWLco8rzuW-5zY0,3
6
- ae_base-0.3.51.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
7
- ae_base-0.3.51.dist-info/RECORD,,