kedro-cache

View on PyPIReverse Dependencies (0)

0.1.1 kedro_cache-0.1.1-py3-none-any.whl

Wheel Details

Project: kedro-cache
Version: 0.1.1
Filename: kedro_cache-0.1.1-py3-none-any.whl
Download: [link]
Size: 12898
MD5: d5695edacc896f1aa5d89a9bbdf00c57
SHA256: 69bb0a264f94aa838fe68e1e889dec1b7425112787f31ac7af6a3a3aea213c90
Uploaded: 2022-10-23 20:41:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: kedro-cache
Version: 0.1.1
Summary: A kedro-plugin that adds caching to kedro pipelines
Author: An Hoang
Author-Email: anhoang31415[at]gmail.com
Home-Page: https://github.com/AnH0ang/kedro-cache
Project-Url: Repository, https://github.com/AnH0ang/kedro-cache
License: MIT
Keywords: kedro,caching,kedro-plugin,kedro-cache
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Framework :: Kedro
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<3.11
Requires-Dist: joblib (>=1.2.0)
Requires-Dist: kedro (>=0.18.0)
Requires-Dist: pydantic (>=1.10.2)
Requires-Dist: sqlitedict (>=2.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 2971 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.3.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
kedro_cache/__init__.py sha256=Goq1nbRzqhxeuVgik8Y2ErSbf07rTiBEFCMAH8o24oY 49
kedro_cache/config/__init__.py sha256=97qeIgA4XRBkIZxJ5HxXpMeFsJy9PN1Sk-wHid76dqk 37
kedro_cache/config/models.py sha256=w2_9OvHZmWcD48FFrghV0QweHWqko_pPZL41cgB00k0 441
kedro_cache/framework/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kedro_cache/framework/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kedro_cache/framework/cli/cli.py sha256=E6HmvVUZpi9H0l72wIDh00p0YT1QvjpSslPKTEH3lO0 4850
kedro_cache/framework/cli/cli_utils.py sha256=5_brdkQYVUL2YxtjQzY7TEZeewOtDhMIcod-T6SQwFw 2242
kedro_cache/framework/cli/env_utils.py sha256=Zo4br49OSe55p-x9Ax4dsYwTsP5u5wKWnuyEDNSHcXA 489
kedro_cache/framework/hooks/__init__.py sha256=QTliYcYRbo3cIoUADAdmBz9WPThDrvA3A-obVTv5bLM 39
kedro_cache/framework/hooks/cache.py sha256=KDMr8gKfMPfFk6AGe2zt5LScxUJWkq1NUDahLpgI5HY 207
kedro_cache/framework/hooks/cache_hook.py sha256=TFg5Pd5FIEZYW0BJKh_JSdFZXauu-tI7sc-RdvzI_sY 7830
kedro_cache/framework/hooks/hash.py sha256=PfejlmgFPb2_JYpIAsqkTVkyjREIjaQPyFlI3uz3U5o 972
kedro_cache/framework/hooks/utils.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kedro_cache/template/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kedro_cache/template/config/cache.yml sha256=dYLnc35F3DttN0yZvnQjAImdrWsUHrzbzTU9C0EKdzg 181
kedro_cache/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kedro_cache/utils/testing.py sha256=ZUE-crwyJS9zUXNyPqq4Tua_IF8dRztTCH7dzJubG2A 250
kedro_cache-0.1.1.dist-info/entry_points.txt sha256=qhCwa9s5WuhVI6H5hLJB6boZMz5zFZAzYdFyBGx8MnI 153
kedro_cache-0.1.1.dist-info/LICENSE sha256=0XHIAcH3AFXmyFBWrNzjw1UkPqaT1HWW1fa7LZ_gUps 1065
kedro_cache-0.1.1.dist-info/WHEEL sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c 88
kedro_cache-0.1.1.dist-info/METADATA sha256=x-_sf1C8bmB8kp2PKRT6zbrtQyMsFJVGI-uKOjkj8rs 4276
kedro_cache-0.1.1.dist-info/RECORD

entry_points.txt

cache_hook = kedro_cache.framework.hooks.cache_hook:cache_hook
kedro_cache = kedro_cache.framework.cli.cli:commands