cached_path
cached_path copied to clipboard
A file utility for accessing both local and remote files through a unified interface.
Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version. Release notes Sourced from huggingface-hub's releases. v0.23.0: LLMs with tools, seamless downloads, and much more! 📁 Seamless download to local...
Updates the requirements on [filelock](https://github.com/tox-dev/py-filelock) to permit the latest version. Release notes Sourced from filelock's releases. 3.14.0 What's Changed feat: blocking parameter on lock constructor with tests and docs by...
Bumps [furo](https://github.com/pradyunsg/furo) from 2024.1.29 to 2024.4.27. Changelog Sourced from furo's changelog. Changelog 2024.04.27 -- Bold Burgundy Add a skip to content link. Add --font-stack--headings. Add :visited colour and enforce uniform...
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. Release notes Sourced from myst-parser's releases. v3.0.0 What's Changed Upgraded dependencies ⬆️ Add support for Python 3.12 by @hugovk in...
Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.4.16. Release notes Sourced from sphinx-autobuild's releases. Release 2024.04.16 2024.04.16 Release 2024.04.13 2024.04.13 Release 2024.02.04 2024.02.04 Changelog Sourced from sphinx-autobuild's changelog. Changelog unreleased 2024.04.16 -...
Hi, big fan of the project! `cached_path` is certainly very capable because of the support for GCS/S3/HuggingFace out of the box, but one issue is that it seems to bring...
Bumps [responses](https://github.com/getsentry/responses) from 0.21.0 to 0.25.0. Release notes Sourced from responses's releases. 0.25.0 Added support for Python 3.12 Fixed matchers.header_matcher not failing when a matched header is missing from the...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] `cached_path` is great because...
I use cached_path for downloading executable dependencies. This works perfectly on Windows; on Linux however, some dependencies are only available as RPM files. Extracting those is not supported by cached_path...