persistent-cache-decorator

View on PyPIReverse Dependencies (1)

0.1.8 persistent_cache_decorator-0.1.8-py3-none-any.whl

Wheel Details

Project: persistent-cache-decorator
Version: 0.1.8
Filename: persistent_cache_decorator-0.1.8-py3-none-any.whl
Download: [link]
Size: 13878
MD5: 92c1923c63e2b59b1e30f96c8a88dd0f
SHA256: 0a6be3e2989b079f1140d181d87e1b4013e623ca2bacdc4c21fc7751d95f257d
Uploaded: 2024-07-08 04:28:43 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: persistent-cache-decorator
Version: 0.1.8
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.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
persistent_cache/__init__.py sha256=kHh2VUcYmjPZ8SiYQjFchxFdbQLIErJIseYx87ZkD88 496
persistent_cache/_version.py sha256=PdJ7dZoz_SyEgX0MdrMfQYBFlGcwpemv6ibF8NKALBY 411
persistent_cache/cli.py sha256=3cVe0fw917A9sIEiq0lUJAmC7nS6lNFXw8JmajO4wZU 1198
persistent_cache/decorators.py sha256=gk4mBFolmlf-6iA4OtQRJhOPcRswbsRKcVsz2FK64bo 10343
persistent_cache/backend/__init__.py sha256=aRjju-NGpsqe5avhVZHuVaZrAHQzHDDn4ToDDoI5_CE 7958
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.8.dist-info/METADATA sha256=YD_y0J2WKgpyYK1YRyZWNYgwq2SiBKOUtwOVeXSzQ6E 5862
persistent_cache_decorator-0.1.8.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
persistent_cache_decorator-0.1.8.dist-info/entry_points.txt sha256=hcX_c4rUgKKhDW-8NnrPnVDWZ4LUB-9jblhzXJAMCuk 56
persistent_cache_decorator-0.1.8.dist-info/licenses/LICENSE sha256=hnwRw-SOiu-dsEIEedurFKcVZEL4uyF2XFBRE95vJGE 1063
persistent_cache_decorator-0.1.8.dist-info/RECORD

entry_points.txt

dev-cache = persistent_cache.cli:main