persistent-cache-decorator

View on PyPIReverse Dependencies (1)

0.1.7 persistent_cache_decorator-0.1.7-py3-none-any.whl

Wheel Details

Project: persistent-cache-decorator
Version: 0.1.7
Filename: persistent_cache_decorator-0.1.7-py3-none-any.whl
Download: [link]
Size: 13737
MD5: bd92b6c9953e167ea0359c3638717353
SHA256: e4c199138320f2068c44a6278487b06bb2e8f0f243f6f281235ad86740914fb3
Uploaded: 2024-03-09 02:26:50 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: persistent-cache-decorator
Version: 0.1.7
Summary: A decorator for caching functions that provides persistence to JSON, pickle, or SQLite
Author-Email: Flavio Amurrio <25621374+FlavioAmurrioCS[at]users.noreply.github.com>
Project-Url: Documentation, https://github.com/FlavioAmurrioCS/persistent-cache-decorator#readme
Project-Url: Issues, https://github.com/FlavioAmurrioCS/persistent-cache-decorator/issues
Project-Url: Source, https://github.com/FlavioAmurrioCS/persistent-cache-decorator
Keywords: JSON,SQLite,cache,decorator,persistence,pickle
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown
License-Expression: MIT
License-File: LICENSE
[Description omitted; length: 4665 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.21.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
persistent_cache/__init__.py sha256=HW3KlSKW6JSRxTZW3jRMlxsJF-k3a03Va2jwNQbydok 499
persistent_cache/_version.py sha256=0A08Kvw-SYs_CkLPEV1KmD8lb9IPH1psSxb5iQEGtI8 411
persistent_cache/cli.py sha256=3cVe0fw917A9sIEiq0lUJAmC7nS6lNFXw8JmajO4wZU 1198
persistent_cache/decorators.py sha256=xPvyCv5y7XHEdIxbpHyXo0FFcuswbE3OnWCv5DKkOsg 10017
persistent_cache/backend/__init__.py sha256=vu839OymTnnIaTjk0LBacm56dOEnvqmSfrzIa5rLSyU 4977
persistent_cache/backend/json.py sha256=Qi5QCqhJENAHlU9VDiUXzIo6yrxTvVPshjCkwq3Al94 3406
persistent_cache/backend/pickle.py sha256=iDRvsz8U6JQFRZeqFeNjAzCJm6BwKKijHKeU6BhQM3E 1698
persistent_cache/backend/sqlite.py sha256=Kp4-M2HO8UZRi6F0UfoMqg-s7eRkTW_ucj6L84dXdEY 5158
persistent_cache/wrappers/__init__.py sha256=3BPNIZRaT-4LJCp2CXq152Powa7wLTH6WO02cTkUA7A 1799
persistent_cache_decorator-0.1.7.dist-info/METADATA sha256=4Ghi-UESdFWzu_Qt8T7FQQcA3uQGm1-x0yExoM3EQEM 5862
persistent_cache_decorator-0.1.7.dist-info/WHEEL sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc 87
persistent_cache_decorator-0.1.7.dist-info/entry_points.txt sha256=hcX_c4rUgKKhDW-8NnrPnVDWZ4LUB-9jblhzXJAMCuk 56
persistent_cache_decorator-0.1.7.dist-info/licenses/LICENSE sha256=hnwRw-SOiu-dsEIEedurFKcVZEL4uyF2XFBRE95vJGE 1063
persistent_cache_decorator-0.1.7.dist-info/RECORD

entry_points.txt

dev-cache = persistent_cache.cli:main