persidict 0.17.3__tar.gz → 0.17.4__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: persidict
3
- Version: 0.17.3
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
@@ -201,7 +201,7 @@ Binary installers for the latest released version are available at the Python pa
201
201
 
202
202
  Using uv :
203
203
  ```
204
- uv install persidict
204
+ uv add persidict
205
205
  ```
206
206
 
207
207
  Using pip (legacy alternative to uv):
@@ -168,7 +168,7 @@ Binary installers for the latest released version are available at the Python pa
168
168
 
169
169
  Using uv :
170
170
  ```
171
- uv install persidict
171
+ uv add persidict
172
172
  ```
173
173
 
174
174
  Using pip (legacy alternative to uv):
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "persidict"
7
- version = "0.17.3"
7
+ version = "0.17.4"
8
8
  description = "Simple persistent key-value store for Python. Values are stored as files on a disk or as S3 objects on AWS cloud."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
Binary file