persidict 0.17.0__py3-none-any.whl → 0.17.1__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.
Potentially problematic release.
This version of persidict might be problematic. Click here for more details.
persidict/safe_str_tuple.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from collections.abc import Sequence, Mapping, Hashable
|
|
5
5
|
from typing import Any
|
|
6
|
-
from
|
|
6
|
+
from safe_chars import SAFE_CHARS_SET, SAFE_STRING_MAX_LENGTH
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
def _is_sequence_not_mapping(obj:Any) -> bool:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: persidict
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.1
|
|
4
4
|
Summary: Simple persistent key-value store for Python. Values are stored as files on a disk or as S3 objects on AWS cloud.
|
|
5
5
|
Keywords: persistence,dicts,distributed,parallel
|
|
6
6
|
Author: Vlad (Volodymyr) Pavlov
|
|
@@ -3,8 +3,8 @@ persidict/file_dir_dict.py,sha256=d1f85ace6909dddd95ac90cd8c8113e27e0faec53c70d5
|
|
|
3
3
|
persidict/persi_dict.py,sha256=5d1b3a0426b066e917c5032ae56c22b54063739c0b2da56635fb05b662644b6d,11300
|
|
4
4
|
persidict/s3_dict.py,sha256=223b465f18b0f08c87490eff698570c781590ff16a7fde525658ba1eb0744379,11409
|
|
5
5
|
persidict/safe_chars.py,sha256=59a20e96205d2e5675d827a911ad42ddbd553f1bd7e2cda1be765a9c2c4ce814,565
|
|
6
|
-
persidict/safe_str_tuple.py,sha256=
|
|
6
|
+
persidict/safe_str_tuple.py,sha256=66cca9c690b758c9631d9617feae014b405d6d633b76d3e3ae8184e405f628c3,3716
|
|
7
7
|
persidict/safe_str_tuple_signing.py,sha256=ff43f6fa727b222e55d412356d89779302e9a40b36fc45845d9c4f1e05c5eb54,3755
|
|
8
|
-
persidict-0.17.
|
|
9
|
-
persidict-0.17.
|
|
10
|
-
persidict-0.17.
|
|
8
|
+
persidict-0.17.1.dist-info/WHEEL,sha256=ec89e25a684ec3ad8fb2a9be806e47666a27f7dcdcf9b55bff3f1d3ed5e60e0a,78
|
|
9
|
+
persidict-0.17.1.dist-info/METADATA,sha256=6a2a890d1c946131703828221f9bcc6a0b458f4b5c52500bfb101f85cc7b5661,8984
|
|
10
|
+
persidict-0.17.1.dist-info/RECORD,,
|
|
File without changes
|