p115client 0.0.5.11.2__tar.gz → 0.0.5.11.3__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.
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/PKG-INFO +1 -1
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/client.py +6 -1
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/pyproject.toml +1 -1
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/LICENSE +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/__init__.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/_upload.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/const.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/exception.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/py.typed +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/__init__.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/attr.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/download.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/edit.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/export_dir.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/fs_files.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/history.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/iterdir.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/life.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/pool.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/request.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/upload.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/util.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/tool/xys.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/p115client/type.py +0 -0
- {p115client-0.0.5.11.2 → p115client-0.0.5.11.3}/readme.md +0 -0
@@ -1101,7 +1101,12 @@ def normalize_attr_simple[D: dict[str, Any]](
|
|
1101
1101
|
*,
|
1102
1102
|
dict_cls: None | type[D] = None,
|
1103
1103
|
) -> dict[str, Any] | D:
|
1104
|
-
return normalize_attr(
|
1104
|
+
return normalize_attr(
|
1105
|
+
info,
|
1106
|
+
simple=False,
|
1107
|
+
keep_raw=keep_raw,
|
1108
|
+
dict_cls=dict_cls,
|
1109
|
+
)
|
1105
1110
|
|
1106
1111
|
|
1107
1112
|
class IgnoreCaseDict[V](dict[str, V]):
|
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
|
File without changes
|
File without changes
|