Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-jupyter-cache-1.0.0-1.fc41 RPM for noarch

From Fedora Rawhide for aarch64 / p

Name: python3-jupyter-cache Distribution: Fedora Project
Version: 1.0.0 Vendor: Fedora Project
Release: 1.fc41 Build date: Fri Jun 21 00:01:23 2024
Group: Unspecified Build host: buildvm-s390x-04.s390.fedoraproject.org
Size: 281971 Source RPM: python-jupyter-cache-1.0.0-1.fc41.src.rpm
Packager: Fedora Project
Url: https://jupyter-cache.readthedocs.io/
Summary: Manage a cache of Jupyter notebooks
This package provides a defined interface for working with a cache of
Jupyter notebooks.  It is useful if you have a number of notebooks whose
execution outputs you want to ensure are kept up to date, without having
to re-execute them every time (particularly for long running code, or
text-based formats that do not store the outputs).

The notebooks must have deterministic execution outputs:

- You use the same environment to run them (e.g. the same installed
  packages)
- They run no nondeterministic code (e.g. random numbers)
- They do not depend on external resources (e.g. files or network
  connections) that change over time

Provides

Requires

License

MIT

Changelog

* Thu Jun 20 2024 Jerry James <loganjerry@gmail.com> - 1.0.0-1
  - Initial RPM

Files

/usr/bin/jcache
/usr/lib/python3.13/site-packages/jupyter_cache
/usr/lib/python3.13/site-packages/jupyter_cache-1.0.0.dist-info
/usr/lib/python3.13/site-packages/jupyter_cache-1.0.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/jupyter_cache-1.0.0.dist-info/LICENSE
/usr/lib/python3.13/site-packages/jupyter_cache-1.0.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/jupyter_cache-1.0.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/jupyter_cache-1.0.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/jupyter_cache/__init__.py
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/entry_points.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/entry_points.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/readers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/readers.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/base.py
/usr/lib/python3.13/site-packages/jupyter_cache/cache
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__init__.py
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__pycache__
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__pycache__/db.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__pycache__/db.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__pycache__/main.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cache/__pycache__/main.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cache/db.py
/usr/lib/python3.13/site-packages/jupyter_cache/cache/main.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__init__.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/arguments.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/arguments.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/options.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/options.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/arguments.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__init__.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_cache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_cache.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_main.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_main.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_notebook.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_notebook.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_project.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/__pycache__/cmd_project.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/cmd_cache.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/cmd_main.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/cmd_notebook.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/commands/cmd_project.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/options.py
/usr/lib/python3.13/site-packages/jupyter_cache/cli/utils.py
/usr/lib/python3.13/site-packages/jupyter_cache/entry_points.py
/usr/lib/python3.13/site-packages/jupyter_cache/executors
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__init__.py
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/basic.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/basic.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_cache/executors/base.py
/usr/lib/python3.13/site-packages/jupyter_cache/executors/basic.py
/usr/lib/python3.13/site-packages/jupyter_cache/executors/utils.py
/usr/lib/python3.13/site-packages/jupyter_cache/readers.py
/usr/lib/python3.13/site-packages/jupyter_cache/utils.py
/usr/share/doc/python3-jupyter-cache
/usr/share/doc/python3-jupyter-cache/CHANGELOG.md
/usr/share/doc/python3-jupyter-cache/README.md
/usr/share/licenses/python3-jupyter-cache
/usr/share/licenses/python3-jupyter-cache/LICENSE
/usr/share/man/man1/jcache.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jul 1 00:37:49 2024