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

@@ -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 safe_chars import SAFE_CHARS_SET, SAFE_STRING_MAX_LENGTH
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:
@@ -11,7 +11,7 @@ e.g. MacOS HFS.
11
11
 
12
12
  import base64
13
13
  import hashlib
14
- from src.persidict.safe_str_tuple import SafeStrTuple
14
+ from .safe_str_tuple import SafeStrTuple
15
15
 
16
16
 
17
17
  def _create_signature_suffix(input_str:str, digest_len:int) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: persidict
3
- Version: 0.17.1
3
+ Version: 0.17.3
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
@@ -20,13 +20,14 @@ Requires-Dist: joblib
20
20
  Requires-Dist: numpy
21
21
  Requires-Dist: pandas
22
22
  Requires-Dist: jsonpickle
23
- Requires-Dist: boto3
24
23
  Requires-Dist: parameterizable
24
+ Requires-Dist: boto3 ; extra == 'aws'
25
25
  Requires-Dist: boto3 ; extra == 'dev'
26
26
  Requires-Dist: moto ; extra == 'dev'
27
27
  Requires-Dist: pytest ; extra == 'dev'
28
28
  Requires-Python: >=3.10
29
29
  Project-URL: Homepage, https://github.com/pythagoras-dev/persidict
30
+ Provides-Extra: aws
30
31
  Provides-Extra: dev
31
32
  Description-Content-Type: text/markdown
32
33
 
@@ -198,7 +199,15 @@ The source code is hosted on GitHub at:
198
199
  Binary installers for the latest released version are available at the Python package index at:
199
200
  [https://pypi.org/project/persidict](https://pypi.org/project/persidict)
200
201
 
201
- pip install persidict
202
+ Using uv :
203
+ ```
204
+ uv install persidict
205
+ ```
206
+
207
+ Using pip (legacy alternative to uv):
208
+ ```
209
+ pip install persidict
210
+ ```
202
211
 
203
212
  ## Dependencies
204
213
 
@@ -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=66cca9c690b758c9631d9617feae014b405d6d633b76d3e3ae8184e405f628c3,3716
7
- persidict/safe_str_tuple_signing.py,sha256=ff43f6fa727b222e55d412356d89779302e9a40b36fc45845d9c4f1e05c5eb54,3755
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,,
6
+ persidict/safe_str_tuple.py,sha256=71393904bdebfb213ad8429fed59e04da52964076c01324f2238821aa4339325,3717
7
+ persidict/safe_str_tuple_signing.py,sha256=e6e0a3015651a8ea2ef8aa43670f84c5ba1cdfedefb9ac8932aaebb7c699d1c9,3742
8
+ persidict-0.17.3.dist-info/WHEEL,sha256=ec89e25a684ec3ad8fb2a9be806e47666a27f7dcdcf9b55bff3f1d3ed5e60e0a,78
9
+ persidict-0.17.3.dist-info/METADATA,sha256=fda1045f1978429114b3bd43f4fbf096f451e071f1c3e25957f68db575aedd4a,9100
10
+ persidict-0.17.3.dist-info/RECORD,,