jupyter-cache
View on PyPI — Reverse Dependencies (17)
1.0.0 | jupyter_cache-1.0.0-py3-none-any.whl |
Wheel Details
Project: | jupyter-cache |
Version: | 1.0.0 |
Filename: | jupyter_cache-1.0.0-py3-none-any.whl |
Download: | [link] |
Size: | 33875 |
MD5: | 71b87b17d8fcb3f51d88d5e6daf92bf1 |
SHA256: | 594b1c4e29b488b36547e12477645f489dbdc62cc939b2408df5679f79245078 |
Uploaded: | 2023-11-08 22:12:29 +0000 |
dist-info
METADATA · WHEEL · RECORD · entry_points.txt
METADATA
WHEEL
Wheel-Version: | 1.0 |
Generator: | flit 3.9.0 |
Root-Is-Purelib: | true |
Tag: | py3-none-any |
RECORD
Path | Digest | Size |
---|---|---|
jupyter_cache/__init__.py | sha256=SqhcmXwqIJXwgWsEUSM4ICZeZUc9Jl2xuRzb3he2eFw | 309 |
jupyter_cache/base.py | sha256=8VLIz-sNGzc8_9xQZzGlEaPLWPPCSZOmJilz8epTTuk | 11366 |
jupyter_cache/entry_points.py | sha256=bl-PMXno2HeEIOI8y3X553JsbDnY9f8jtpsapO2LU8k | 1466 |
jupyter_cache/readers.py | sha256=BSGCY50PF0-drVdj9w9fdIe_W_5MWWwH72vAYsQlGDE | 1286 |
jupyter_cache/utils.py | sha256=vWAY-uRe1ALCXJgvz5qZJUzK42NrCp__qEOFLDX-9s8 | 3988 |
jupyter_cache/cache/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
jupyter_cache/cache/db.py | sha256=yJ3ANPkNBtazajjT-eLlo_y0R_6XowwEL7uMVe9Hzr0 | 15231 |
jupyter_cache/cache/main.py | sha256=52WYAYO6jiYe41UNCNjbViIjkLmIs9KzGG4wX3EKmNs | 19736 |
jupyter_cache/cli/__init__.py | sha256=i2Ae1lrHeFGqCUkpO1ruIEsCdUwJY9feIhW5PMImPGY | 1294 |
jupyter_cache/cli/arguments.py | sha256=N1j3SkCBNszjivS55Xxrs3mGgDEVa6BiRwYQs-Evc0o | 1188 |
jupyter_cache/cli/options.py | sha256=yE0-bY5UEsfs8plHeeNlkRFZSm4zDGj9W8_jeLX3-Qs | 4301 |
jupyter_cache/cli/utils.py | sha256=slF5-xgZk4RuBppFvi4t5nHkAKX0jq7Z8Y3Q0JhZ_Cs | 530 |
jupyter_cache/cli/commands/__init__.py | sha256=Ev0D230qEOMqRV-yaUWd4Cd8AyeSY2JSsjk_h4MRkQE | 182 |
jupyter_cache/cli/commands/cmd_cache.py | sha256=3iTeq2aDQtV6xglIZlgYpXAhCoJNEreoVJXj6k_cZI0 | 6373 |
jupyter_cache/cli/commands/cmd_main.py | sha256=_y3eSWpsMWq_tJONBL6ioKwNZw9k3eQgJhN4_z5-xxY | 392 |
jupyter_cache/cli/commands/cmd_notebook.py | sha256=t9Tg-y-TPVF1yyAxffMSSuwCU6-gKFzGceAsEbDK-KQ | 6516 |
jupyter_cache/cli/commands/cmd_project.py | sha256=HDV1onhq6fpvXVHlFmg-PwhSAT5_sJ-1a2HULKbg0eo | 2539 |
jupyter_cache/executors/__init__.py | sha256=ZdCAJiN-258LCOhhVzmwYU8coYHuOMA9AvTRPC_iBnU | 87 |
jupyter_cache/executors/base.py | sha256=f62LvlrD66dn0L2SC9_F2EeBJuwynyOU1EHGDyEnxxk | 3977 |
jupyter_cache/executors/basic.py | sha256=Nya925E-QsUgU0fKNv54r1OI109uhwC1Qml6kW6_60A | 8363 |
jupyter_cache/executors/utils.py | sha256=VGcOQMZZDJBMHhNpDmHiMKUInvhoomm4Kxw3Upwr8bA | 3649 |
jupyter_cache-1.0.0.dist-info/entry_points.txt | sha256=bUjDgC8tjaVPH0jUhQelSmgHJ1PwuX3bo72BvzigXf8 | 474 |
jupyter_cache-1.0.0.dist-info/LICENSE | sha256=WiKCRPEmiqCwfjtP4qD8jBlfGAXG7ek6AYDEb8N2S7w | 1078 |
jupyter_cache-1.0.0.dist-info/WHEEL | sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 | 81 |
jupyter_cache-1.0.0.dist-info/METADATA | sha256=rx91SbTo7hUMobWycjCYBbq9Pet81Qai3m55C6UG-ag | 5796 |
jupyter_cache-1.0.0.dist-info/RECORD | — | — |
entry_points.txt
jcache = jupyter_cache.cli.commands.cmd_main:jcache
local-parallel = jupyter_cache.executors.basic:JupyterExecutorLocalMproc
local-serial = jupyter_cache.executors.basic:JupyterExecutorLocalSerial
temp-parallel = jupyter_cache.executors.basic:JupyterExecutorTempMproc
temp-serial = jupyter_cache.executors.basic:JupyterExecutorTempSerial
jupytext = jupyter_cache.readers:jupytext_reader
nbformat = jupyter_cache.readers:nbf_reader