persidict 0.20.0__py3-none-any.whl → 0.21.0__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.

@@ -5,7 +5,7 @@ use NO_CHANGE as the new value to indicate that
5
5
  the existing value should remain unchanged.
6
6
  """
7
7
 
8
- class NoChange_Class:
8
+ class NoChangeFlag:
9
9
  _instance = None
10
10
 
11
11
  def __new__(cls):
@@ -13,5 +13,5 @@ class NoChange_Class:
13
13
  cls._instance = super().__new__(cls)
14
14
  return cls._instance
15
15
 
16
- NoChange = NoChange_Class()
17
- NO_CHANGE = NoChange_Class()
16
+ NoChange = NoChangeFlag()
17
+ NO_CHANGE = NoChangeFlag()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: persidict
3
- Version: 0.20.0
3
+ Version: 0.21.0
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
@@ -1,12 +1,12 @@
1
1
  persidict/.DS_Store,sha256=d65165279105ca6773180500688df4bdc69a2c7b771752f0a46ef120b7fd8ec3,6148
2
2
  persidict/__init__.py,sha256=34e758e6e566fc18225214b430cf492938d6f3d48b36e678ab947f15c780a699,1185
3
3
  persidict/file_dir_dict.py,sha256=438558ea1f06a8e280609a4aaa94a6fea05d82ce2ef79bd401af94b014da82a6,14132
4
- persidict/nochange_const.py,sha256=d569d9283a684150e380b08ebdeb232783dd0e51938bfbbadf27327952027f3e,443
4
+ persidict/nochange_const.py,sha256=679081a68766dfe3da694bca73500fc971cc7418074bfe168ae8b13609c73d80,437
5
5
  persidict/persi_dict.py,sha256=7301a8a6a41bb4c2fbd29d31e0421287d53f6a88c66e9324656db1043e5e2b55,11728
6
6
  persidict/s3_dict.py,sha256=acc676f92ae993364f1fa70d74e95c182b2f263f29eae99f3b554f45aededfe5,11834
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
- persidict-0.20.0.dist-info/WHEEL,sha256=c133ef911c90b05f7e14d8679ba99146f9154fcd271b7398cf8f672283b94e05,79
11
- persidict-0.20.0.dist-info/METADATA,sha256=f8d494dd74e77144e57c8db653c0b7da471c3d71e313804caee9ad6ae78f3855,9172
12
- persidict-0.20.0.dist-info/RECORD,,
10
+ persidict-0.21.0.dist-info/WHEEL,sha256=c133ef911c90b05f7e14d8679ba99146f9154fcd271b7398cf8f672283b94e05,79
11
+ persidict-0.21.0.dist-info/METADATA,sha256=7e184bbdf462da4cb66a3abb276975d28d30bf1076ea5a9ed706c5e78e6595bf,9172
12
+ persidict-0.21.0.dist-info/RECORD,,