recipe-caching

View on PyPIReverse Dependencies (0)

0.6.0 recipe_caching-0.6.0-py2.py3-none-any.whl

Wheel Details

Project: recipe-caching
Version: 0.6.0
Filename: recipe_caching-0.6.0-py2.py3-none-any.whl
Download: [link]
Size: 12077
MD5: c9b8f88f031efbac346b45d435a887ff
SHA256: 0a7cd6548b661021f88665c26105fdb259625cb292ad97a15d164ccabcacb2cf
Uploaded: 2020-05-07 17:12:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: recipe-caching
Version: 0.6.0
Summary: caching for recipe library
Author: Chris Gemignani
Author-Email: chris.gemignani[at]juiceanalytics.com
Home-Page: https://github.com/juiceinc/recipe_caching
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: dogpile.cache
Requires-Dist: recipe (>=0.7.2)
Requires-Dist: redis
Requires-Dist: six
Requires-Dist: sqlalchemy
Requires-Dist: structlog
[Description omitted; length: 1237 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
recipe_caching/__init__.py sha256=Ikrl66BRMVQ5J8BS_0fOzQD_LnW_HygBheFkO5WzZeA 286
recipe_caching/caching_query.py sha256=YtO5DLsdP_Mwr279KTedeJO47GPMyLFrytCwBfpc9lU 6541
recipe_caching/mappers.py sha256=7cE44FNr61LVYDo-xYOU_i9dl9FP7VMrONYXK1zKlkY 3246
recipe_caching/regions.py sha256=sXOiuXZg7oluh59NyMa0VBiHw6c4zP_XrkV1pmoEH_I 2834
recipe_caching/hooks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
recipe_caching/hooks/modify_query.py sha256=58VzldtfWmBT7qakBTtCRFPiL6LTzt55GjtGzsSjAew 1198
recipe_caching/oven/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
recipe_caching/oven/drivers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
recipe_caching/oven/drivers/caching_oven.py sha256=xRVQyoEkHXSuyUEoLmrZhzyl1oOVaunEi4bq2yHCs9U 1261
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_oven.py sha256=29fRfVWxDh6pd3JeThblg9q8oOaRYAbGLP_MBWbrQho 353
tests/test_recipe.py sha256=Ajo7AIP9PAYhp3ahekjQwGCC4Elii8rIzwKH9_JvsIs 4686
recipe_caching-0.6.0.dist-info/AUTHORS.rst sha256=0Bls_Z2eRoI039-P3t-SnOzGNbs0ltAawGFtwsgKBn8 83
recipe_caching-0.6.0.dist-info/LICENSE sha256=7_q-LZGT9JrietjVqs68WYYe7_Sx4ti4VAGX66V6UoA 1055
recipe_caching-0.6.0.dist-info/METADATA sha256=qNafSAGkeooWq1q0C6DEmVpm3SWCkCqkDzNXmc9-COw 2176
recipe_caching-0.6.0.dist-info/WHEEL sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY 110
recipe_caching-0.6.0.dist-info/entry_points.txt sha256=4rAry__dwwldU8f4RHy-9mAdlFhMfzZOo4STDV54mW0 176
recipe_caching-0.6.0.dist-info/top_level.txt sha256=76SSXrEJL8T-3ifWC5asbZQ1YDlEcYuiVBxj1KPWf6g 21
recipe_caching-0.6.0.dist-info/RECORD

top_level.txt

recipe_caching
tests

entry_points.txt

caching = recipe_caching.hooks.modify_query:CachingQueryHook
caching = recipe_caching.oven.drivers.caching_oven:CachingOven