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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: persidict
3
- Version: 0.104.6
3
+ Version: 0.104.8
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
@@ -11,6 +11,10 @@ Classifier: Intended Audience :: Developers
11
11
  Classifier: Intended Audience :: Science/Research
12
12
  Classifier: Programming Language :: Python
13
13
  Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
14
18
  Classifier: License :: OSI Approved :: MIT License
15
19
  Classifier: Operating System :: OS Independent
16
20
  Classifier: Topic :: Software Development :: Libraries
@@ -35,7 +39,10 @@ Description-Content-Type: text/markdown
35
39
 
36
40
  # persidict
37
41
 
38
- [![PyPI version](https://img.shields.io/pypi/v/persidict.svg)](https://pypi.org/project/persidict/) [![Python versions](https://img.shields.io/pypi/pyversions/persidict.svg)](https://pypi.org/project/persidict/) [![Build]([![Python versions](https://img.shields.io/pypi/pyversions/persidict.svg)])](https://github.com/pythagoras-dev/persidict/actions/workflows/unit-tests.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Downloads](https://static.pepy.tech/badge/persidict)](https://pepy.tech/project/persidict)
42
+ [![PyPI version](https://img.shields.io/pypi/v/persidict.svg)](https://pypi.org/project/persidict/)
43
+ [![Python versions](https://img.shields.io/pypi/pyversions/persidict.svg)](https://pypi.org/project/persidict/)
44
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
45
+ [![Downloads](https://static.pepy.tech/badge/persidict)](https://pepy.tech/project/persidict)
39
46
 
40
47
  Simple persistent dictionaries for distributed applications in Python.
41
48
 
@@ -1,4 +1,3 @@
1
- persidict/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
2
1
  persidict/__init__.py,sha256=UML46oyLOcUSI-kX644TSbQrdh8z9ZEOAypdNmbWWmA,2506
3
2
  persidict/basic_s3_dict.py,sha256=2Uw8Jsyx6d9Jr9Ge5xptWXZhl4AB6RdfHF21wNZd0SU,23232
4
3
  persidict/cached_appendonly_dict.py,sha256=T1rCf2PYR0wDCcMLyB8FJ6eqlBgkeFO6ChZb0E96yP8,9754
@@ -15,6 +14,6 @@ persidict/safe_str_tuple.py,sha256=BSRMNgLfZoAwS7ZkiVA3fV2sfj2i_NO1tjstVP-XGOU,8
15
14
  persidict/safe_str_tuple_signing.py,sha256=mpOfx_xyprc0_c60XPB_EihI3vR1gOn6T03iCx1HwwQ,7494
16
15
  persidict/singletons.py,sha256=3X60V9S73-0oHoCRapbBT9eQ8HuOf_hZHAgZW_vB5oo,7236
17
16
  persidict/write_once_dict.py,sha256=aoYc_tAWCLb2i2jjXgkQPxYb6t7H1KdUdc_dwv56uXE,12667
18
- persidict-0.104.6.dist-info/WHEEL,sha256=k57ZwB-NkeM_6AsPnuOHv5gI5KM5kPD6Vx85WmGEcI0,78
19
- persidict-0.104.6.dist-info/METADATA,sha256=OLrQa7LUDeYdbsS6Wi3fxwWWVj0JRrl64bF-gge8EAI,13496
20
- persidict-0.104.6.dist-info/RECORD,,
17
+ persidict-0.104.8.dist-info/WHEEL,sha256=k57ZwB-NkeM_6AsPnuOHv5gI5KM5kPD6Vx85WmGEcI0,78
18
+ persidict-0.104.8.dist-info/METADATA,sha256=bAjgN5YZqyQw6_ZQQXcsqKUz1WdKGo9JUls3l9Hy6ho,13535
19
+ persidict-0.104.8.dist-info/RECORD,,
persidict/.DS_Store DELETED
Binary file