persidict 0.32.1__py3-none-any.whl → 0.32.2__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/persi_dict.py
CHANGED
|
@@ -228,6 +228,8 @@ class PersiDict(MutableMapping, ParameterizableClass):
|
|
|
228
228
|
|
|
229
229
|
def __eq__(self, other) -> bool:
|
|
230
230
|
"""Return self==other. """
|
|
231
|
+
if isinstance(other, PersiDict):
|
|
232
|
+
return self.get_portable_params() == other.get_portable_params()
|
|
231
233
|
try:
|
|
232
234
|
if len(self) != len(other):
|
|
233
235
|
return False
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: persidict
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.2
|
|
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
|
|
@@ -2,12 +2,12 @@ persidict/__init__.py,sha256=0833922468029f2453906513cda7a0dc2aacc70c74fb410589e
|
|
|
2
2
|
persidict/file_dir_dict.py,sha256=0c650ba2d5c17ab65ea5dd5247544f68c77e3027b022876b18ea19ade51d78a6,17527
|
|
3
3
|
persidict/jokers.py,sha256=917e1b13e8ca593336922ec93a69bfdae252f339bcbba22767f575db1a362262,1436
|
|
4
4
|
persidict/overlapping_multi_dict.py,sha256=6be9546e6635e7f1eb0eaea3488b7c17cb496e8a9b7988ae450796e1e95ffe85,2663
|
|
5
|
-
persidict/persi_dict.py,sha256=
|
|
5
|
+
persidict/persi_dict.py,sha256=e4f962437df50e0422d58057ab23446802a916d46afd63e69c9fe9196f12f7e8,12900
|
|
6
6
|
persidict/s3_dict.py,sha256=0d8942037cee409d8bda8f63f923a8385f4f9f1fac03e765ec5f5fc675334ae2,12292
|
|
7
7
|
persidict/safe_chars.py,sha256=59a20e96205d2e5675d827a911ad42ddbd553f1bd7e2cda1be765a9c2c4ce814,565
|
|
8
8
|
persidict/safe_str_tuple.py,sha256=71393904bdebfb213ad8429fed59e04da52964076c01324f2238821aa4339325,3717
|
|
9
9
|
persidict/safe_str_tuple_signing.py,sha256=e6e0a3015651a8ea2ef8aa43670f84c5ba1cdfedefb9ac8932aaebb7c699d1c9,3742
|
|
10
10
|
persidict/write_once_dict.py,sha256=76acc0dda9950caf43f32814f0d153e41f3bb260076167449fbf05b2c8fab3f8,6396
|
|
11
|
-
persidict-0.32.
|
|
12
|
-
persidict-0.32.
|
|
13
|
-
persidict-0.32.
|
|
11
|
+
persidict-0.32.2.dist-info/WHEEL,sha256=607c46fee47e440c91332c738096ff0f5e54ca3b0818ee85462dd5172a38e793,79
|
|
12
|
+
persidict-0.32.2.dist-info/METADATA,sha256=54072df5d3f92135b1ff868e96bf0de7a406185f243090b3725c0b5d46acf736,9334
|
|
13
|
+
persidict-0.32.2.dist-info/RECORD,,
|