jupyter-cache
View on PyPI — Reverse Dependencies (19)
1.0.1 | jupyter_cache-1.0.1-py3-none-any.whl |
Wheel Details
Project: | jupyter-cache |
Version: | 1.0.1 |
Filename: | jupyter_cache-1.0.1-py3-none-any.whl |
Download: | [link] |
Size: | 33907 |
MD5: | 881db71b0410814059e91621c2cf7cc2 |
SHA256: | 9c3cafd825ba7da8b5830485343091143dff903e4d8c69db9349b728b140abf6 |
Uploaded: | 2024-11-15 16:03:54 +0000 |
dist-info
METADATA · WHEEL · RECORD · entry_points.txt
METADATA
WHEEL
Wheel-Version: | 1.0 |
Generator: | flit 3.10.1 |
Root-Is-Purelib: | true |
Tag: | py3-none-any |
RECORD
Path | Digest | Size |
---|---|---|
jupyter_cache/__init__.py | sha256=BhySSzcJRZT78fVwB-6DWA76y6iD75BxFP6LTj0ciYQ | 309 |
jupyter_cache/base.py | sha256=14ftYhZPQP97YDzO0_DZjU2qSqLG6Trk-5iejRI8Qkg | 11367 |
jupyter_cache/entry_points.py | sha256=QlTdumMeX6hsqdj92lTd0Fw3gaJJZucRTebQHl0jnx8 | 1467 |
jupyter_cache/readers.py | sha256=9Q-XgGw8Pl7UGiq66syMPvF_7jKfBE_qkKkGbkEBFGg | 1287 |
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=tJrLC4re0i-AR7bgL5c-HxIXi1Fqv0EWtG20dN52txw | 15318 |
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=9SNdZw5D0QBtTy8tgvuobXH48AGtuUkejiStuvSJC-I | 393 |
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=B91usmuwp6LUiN_fXPtfnyNqik13w7Q7sfLkpQZcN-w | 3693 |
jupyter_cache-1.0.1.dist-info/entry_points.txt | sha256=bUjDgC8tjaVPH0jUhQelSmgHJ1PwuX3bo72BvzigXf8 | 474 |
jupyter_cache-1.0.1.dist-info/LICENSE | sha256=WiKCRPEmiqCwfjtP4qD8jBlfGAXG7ek6AYDEb8N2S7w | 1078 |
jupyter_cache-1.0.1.dist-info/WHEEL | sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI | 82 |
jupyter_cache-1.0.1.dist-info/METADATA | sha256=QMCuHERYXW6vXtiipUzilvBYTyU_Av_16hl0x_9v5Ic | 5793 |
jupyter_cache-1.0.1.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