persidict 0.17.2__py3-none-any.whl → 0.17.4__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/.DS_Store
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: persidict
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.4
|
|
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
|
-
|
|
202
|
+
Using uv :
|
|
203
|
+
```
|
|
204
|
+
uv add persidict
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
Using pip (legacy alternative to uv):
|
|
208
|
+
```
|
|
209
|
+
pip install persidict
|
|
210
|
+
```
|
|
202
211
|
|
|
203
212
|
## Dependencies
|
|
204
213
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
persidict/.DS_Store,sha256=d65165279105ca6773180500688df4bdc69a2c7b771752f0a46ef120b7fd8ec3,6148
|
|
1
2
|
persidict/__init__.py,sha256=f589b6292bef0ee7c6f6ef087dacbecc5943a64deed8839b02f8342db3032b25,1155
|
|
2
3
|
persidict/file_dir_dict.py,sha256=d1f85ace6909dddd95ac90cd8c8113e27e0faec53c70d51906510a8a14f67fd6,13745
|
|
3
4
|
persidict/persi_dict.py,sha256=5d1b3a0426b066e917c5032ae56c22b54063739c0b2da56635fb05b662644b6d,11300
|
|
@@ -5,6 +6,6 @@ persidict/s3_dict.py,sha256=223b465f18b0f08c87490eff698570c781590ff16a7fde525658
|
|
|
5
6
|
persidict/safe_chars.py,sha256=59a20e96205d2e5675d827a911ad42ddbd553f1bd7e2cda1be765a9c2c4ce814,565
|
|
6
7
|
persidict/safe_str_tuple.py,sha256=71393904bdebfb213ad8429fed59e04da52964076c01324f2238821aa4339325,3717
|
|
7
8
|
persidict/safe_str_tuple_signing.py,sha256=e6e0a3015651a8ea2ef8aa43670f84c5ba1cdfedefb9ac8932aaebb7c699d1c9,3742
|
|
8
|
-
persidict-0.17.
|
|
9
|
-
persidict-0.17.
|
|
10
|
-
persidict-0.17.
|
|
9
|
+
persidict-0.17.4.dist-info/WHEEL,sha256=b43a490154aa5cdf2e66332f4b8e5b7f1bd1f11398f8ae4d8c5943554e998b5a,79
|
|
10
|
+
persidict-0.17.4.dist-info/METADATA,sha256=7cb92ac2a36a71f073934bac6c467b4139d84f973605c5f03a5fa96aece91051,9096
|
|
11
|
+
persidict-0.17.4.dist-info/RECORD,,
|