fsspec 2025.3.1__tar.gz → 2025.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fsspec-2025.3.1 → fsspec-2025.3.2}/PKG-INFO +2 -3
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/changelog.rst +5 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/_version.py +2 -2
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/caching.py +1 -1
- {fsspec-2025.3.1 → fsspec-2025.3.2}/pyproject.toml +1 -2
- fsspec-2025.3.1/Untitled.ipynb +0 -6
- fsspec-2025.3.1/correct_permissions.bin +0 -1
- {fsspec-2025.3.1 → fsspec-2025.3.2}/.codespellrc +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/.coveragerc +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/.gitattributes +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/.github/workflows/main.yaml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/.github/workflows/pypipublish.yaml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/.gitignore +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/.pre-commit-config.yaml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/LICENSE +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/README.md +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-downstream.yml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-friends.yml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-py38.yml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-typecheck.yml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-win.yml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/Makefile +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/README.md +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/environment.yml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/make.bat +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/_static/custom.css +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/api.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/async.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/conf.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/copying.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/developer.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/features.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/img/gui.png +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/index.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/intro.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/usage.rst +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/__init__.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/archive.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/asyn.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/callbacks.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/compression.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/config.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/conftest.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/core.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/dircache.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/exceptions.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/fuse.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/generic.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/gui.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/__init__.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/arrow.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/asyn_wrapper.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/cache_mapper.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/cache_metadata.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/cached.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/dask.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/data.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/dbfs.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/dirfs.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/ftp.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/git.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/github.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/http.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/http_sync.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/jupyter.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/libarchive.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/local.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/memory.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/reference.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/sftp.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/smb.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/tar.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/webhdfs.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/zip.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/json.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/mapping.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/parquet.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/registry.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/spec.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/__init__.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/common.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/copy.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/get.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/mv.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/open.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/pipe.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/put.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/transaction.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/utils.py +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/install_s3fs.sh +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/readthedocs.yml +0 -0
- {fsspec-2025.3.1 → fsspec-2025.3.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fsspec
|
|
3
|
-
Version: 2025.3.
|
|
3
|
+
Version: 2025.3.2
|
|
4
4
|
Summary: File-system specification
|
|
5
5
|
Project-URL: Changelog, https://filesystem-spec.readthedocs.io/en/latest/changelog.html
|
|
6
6
|
Project-URL: Documentation, https://filesystem-spec.readthedocs.io/en/latest/
|
|
@@ -41,13 +41,12 @@ Classifier: Development Status :: 4 - Beta
|
|
|
41
41
|
Classifier: Intended Audience :: Developers
|
|
42
42
|
Classifier: License :: OSI Approved :: BSD License
|
|
43
43
|
Classifier: Operating System :: OS Independent
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
45
44
|
Classifier: Programming Language :: Python :: 3.9
|
|
46
45
|
Classifier: Programming Language :: Python :: 3.10
|
|
47
46
|
Classifier: Programming Language :: Python :: 3.11
|
|
48
47
|
Classifier: Programming Language :: Python :: 3.12
|
|
49
48
|
Classifier: Programming Language :: Python :: 3.13
|
|
50
|
-
Requires-Python: >=3.
|
|
49
|
+
Requires-Python: >=3.9
|
|
51
50
|
Provides-Extra: abfs
|
|
52
51
|
Requires-Dist: adlfs; extra == 'abfs'
|
|
53
52
|
Provides-Extra: adl
|
|
@@ -17,5 +17,5 @@ __version__: str
|
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
|
18
18
|
version_tuple: VERSION_TUPLE
|
|
19
19
|
|
|
20
|
-
__version__ = version = '2025.3.
|
|
21
|
-
__version_tuple__ = version_tuple = (2025, 3,
|
|
20
|
+
__version__ = version = '2025.3.2'
|
|
21
|
+
__version_tuple__ = version_tuple = (2025, 3, 2)
|
|
@@ -37,7 +37,7 @@ T = TypeVar("T")
|
|
|
37
37
|
logger = logging.getLogger("fsspec")
|
|
38
38
|
|
|
39
39
|
Fetcher = Callable[[int, int], bytes] # Maps (start, end) to bytes
|
|
40
|
-
MultiFetcher = Callable[list[
|
|
40
|
+
MultiFetcher = Callable[[list[int, int]], bytes] # Maps [(start, end)] to bytes
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
class BaseCache:
|
|
@@ -8,7 +8,7 @@ dynamic = ["version"]
|
|
|
8
8
|
description = "File-system specification"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
11
|
-
requires-python = ">=3.
|
|
11
|
+
requires-python = ">=3.9"
|
|
12
12
|
maintainers = [{ name = "Martin Durant", email = "mdurant@anaconda.com" }]
|
|
13
13
|
keywords = ["file"]
|
|
14
14
|
classifiers = [
|
|
@@ -16,7 +16,6 @@ classifiers = [
|
|
|
16
16
|
"Intended Audience :: Developers",
|
|
17
17
|
"License :: OSI Approved :: BSD License",
|
|
18
18
|
"Operating System :: OS Independent",
|
|
19
|
-
"Programming Language :: Python :: 3.8",
|
|
20
19
|
"Programming Language :: Python :: 3.9",
|
|
21
20
|
"Programming Language :: Python :: 3.10",
|
|
22
21
|
"Programming Language :: Python :: 3.11",
|
fsspec-2025.3.1/Untitled.ipynb
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
hello
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|