persistent-function-cache

View on PyPIReverse Dependencies (0)

0.1.0 persistent_function_cache-0.1.0-py3-none-any.whl

Wheel Details

Project: persistent-function-cache
Version: 0.1.0
Filename: persistent_function_cache-0.1.0-py3-none-any.whl
Download: [link]
Size: 11413
MD5: f74a0e44e2056be168d738bb14aca10c
SHA256: bb9338376ce1436d741be8d4e3fb78f4733aee33a2465394bd7135a83141333b
Uploaded: 2024-10-21 07:33:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: persistent-function-cache
Version: 0.1.0
Summary: Persistent cache for expensive functions
Author-Email: Quinten Roets <qdr2104[at]columbia.edu>
Project-Url: Source Code, https://github.com/quintenroets/persistent-cache
License: MIT
Requires-Python: <3.13,>=3.10
Requires-Dist: package-utils (<1,>=0.6.7)
Requires-Dist: powercli (<1,>=0.3.2)
Requires-Dist: superpathlib (<3,>=2.0.9)
Requires-Dist: package-dev-tools (<1,>=0.5.11); extra == "dev"
Requires-Dist: package-dev-utils (<1,>=0.1.6); extra == "dev"
Requires-Dist: numpy (<3,>=1.26.0); extra == "dev"
Requires-Dist: torch (<3,>=1.26.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1466 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.2.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
persistent_cache/__init__.py sha256=_FBWL489shwwqfZXVPYVEL5kflvjp7R5vjpsfOOWu-M 31
persistent_cache/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
persistent_cache/caches/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
persistent_cache/caches/base.py sha256=En-iJjKx4qdVaLJdFholxLvSDtemnOMWGmBblS4cPak 129
persistent_cache/caches/deep_learning.py sha256=IcQ0JgtRt-Ke3XMplzn5W5rfjMx6l3fEmF4xxfQYzYQ 138
persistent_cache/caches/speedup_deep_learning.py sha256=qJzFMkSJh08jbyKjzhwC1aeLxvEekhSOB-tTicn7arY 146
persistent_cache/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
persistent_cache/cli/clear_cache.py sha256=YbKfqzUB9IyEpU-2n0h5BrK9kZKjbayqiMTzjPbDl3s 1541
persistent_cache/main/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
persistent_cache/main/cacheslot.py sha256=XIobyDDtMx1KpVxcz9dKo6-QEsFmK9Xej5j6dFieXk4 1246
persistent_cache/main/decorator.py sha256=wzyqdcjAL-dnMAaDO7qWGUg0glSfdM0a2INEwmRV8ak 1209
persistent_cache/main/hashing.py sha256=XrWahhJ0XTzo7tPMz5Tr1mGUF7pDTqRLV10aiALs5pc 2342
persistent_cache/models/__init__.py sha256=1OeLZ6FZ5gAjlerAjc69Vx0AqWLSx6OSqNCpuzkCZQg 23
persistent_cache/models/path.py sha256=-HRJ4yqqmBPlax4H0KS8guhndBXNwCnl7WZXhtaWmGQ 441
persistent_cache/reducers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
persistent_cache/reducers/base.py sha256=HsodcuE8Id5oV93_b_RN18I69UWsJ21yazXCwT1f6YU 1428
persistent_cache/reducers/deep_learning.py sha256=cyVolwmwm_ZN2gRxPtfJFqiNQlNuq_CrehO7ZSVWeVw 800
persistent_cache/reducers/speedup_deep_learning.py sha256=CJBW92UvAOdZcWXBRN8NPp5DbDzeRTJ9-Yri6RsoTx8 1934
persistent_function_cache-0.1.0.dist-info/LICENSE sha256=ENpNaBSvIV7ifD7iNz_-lBhImbiYowqPzBc5V5R8IhM 1070
persistent_function_cache-0.1.0.dist-info/METADATA sha256=6LshL16QqQ1S-DNk52BUhHXpIdFWdqSmIpiO-ZeWNRI 2174
persistent_function_cache-0.1.0.dist-info/WHEEL sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA 91
persistent_function_cache-0.1.0.dist-info/entry_points.txt sha256=fSZfuL6Wn42mZldojgGyg7dzSPCRVAuZox3w6dLd2ZI 88
persistent_function_cache-0.1.0.dist-info/top_level.txt sha256=Jj-Z9wxHRlRyDUxrfC9GeaV5-8hAf8R4LclQFZesxi8 17
persistent_function_cache-0.1.0.dist-info/RECORD

top_level.txt

persistent_cache

entry_points.txt

clear-persistent-cache = persistent_cache.cli.clear_cache:entry_point