issues
search
fsspec
/
filesystem_spec
A specification that python filesystems should adhere to.
BSD 3-Clause "New" or "Revised" License
1.04k
stars
362
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
x for abstract file
#1756
martindurant
closed
1 hour ago
0
Ensure reference FS wraps any sync filesystems
#1755
moradology
opened
23 hours ago
7
Minimal python version
#1754
cmp0xff
closed
23 hours ago
1
Avoid serializing cache for file objects
#1753
jrbourbeau
closed
23 hours ago
7
fsspec URIs with '+' instead of '::'
#1752
hhoeflin
opened
5 days ago
2
[WIP] Add `__reduce__` for `AbstractBufferedFile`
#1751
hendrikmakait
opened
6 days ago
0
Add tree method to display tree-like structure of the filesystem
#1750
CyrilJl
opened
1 week ago
4
Make exclusive/atomic writes formally possible
#1749
martindurant
closed
2 days ago
0
Incomplete HTTP reads
#1748
amotl
opened
2 weeks ago
4
Serialising a File will also serialise the cache which can grow very large
#1747
phofl
closed
23 hours ago
6
LazyReference: Passing options to `.open` of the reference file
#1746
wachsylon
opened
2 weeks ago
6
Add async wrapper for sync FS
#1745
moradology
closed
1 week ago
13
Fix race condition in local ls()
#1744
Turakar
closed
3 weeks ago
0
Fix parsing s3 accesspoint url
#1743
wang2bo2
closed
1 week ago
5
Race condition in `ls()`
#1742
Turakar
closed
3 weeks ago
2
Recursive get does not put the files in the right subdirs
#1741
MitchellAcoustics
opened
3 weeks ago
2
run coros utility func
#1740
wild-endeavor
opened
4 weeks ago
3
Register tosfs to fsspec registry
#1739
yanghua
closed
3 weeks ago
2
Parquet refs: nan or missing references
#1738
martindurant
closed
4 weeks ago
0
WholeFileCacheSystem.ls() does not allow **kwargs (like refresh)
#1737
Danferno
opened
1 month ago
1
Fixes for _un_chain
#1736
groutr
closed
1 month ago
0
Calling `_cat_file` from a `ReferenceFileSystem` always returns `None`
#1735
mpiannucci
closed
4 weeks ago
0
Fix broken async reference file system `_cat_file` method
#1734
mpiannucci
closed
4 weeks ago
11
Consolidate block fetch requests.
#1733
groutr
closed
3 weeks ago
7
Provide default _fetch_range implementation for File
#1732
martindurant
closed
3 weeks ago
1
2024.10.0: test suite is packaged into .whl archive
#1731
kloczek
opened
1 month ago
2
2024.10.0: pytest fails in fsspec/implementations/tests/test_ftp.py units
#1730
kloczek
opened
1 month ago
3
changelog
#1729
martindurant
closed
1 month ago
0
Add tosfs to other known implementations list
#1728
yanghua
closed
1 month ago
0
get_fs_token_paths swallows url with cached protocol
#1727
groutr
closed
1 month ago
4
Ask transfer tosfs to the fsspec official org
#1726
yanghua
closed
4 weeks ago
7
Fix performance issues with MemoryFileSystem.rm
#1725
maresb
closed
1 month ago
1
MemoryFileSystem time complexity of rm renders it unusable with large number of files
#1724
maresb
closed
1 month ago
1
fsspec.asyn.sync shoud check the liveness of IO thread to avoid deadlocks
#1723
sugibuchi
opened
1 month ago
2
inconsistent path parsing from url_to_fs
#1722
jhamman
opened
1 month ago
2
Add more "Other Known Implementations"
#1721
mxmlnkn
closed
1 week ago
1
Enforce ruff rule RUF022
#1720
DimitriPapadopoulos
opened
1 month ago
0
Apply ruff/flynt rules (FLY)
#1719
DimitriPapadopoulos
opened
1 month ago
0
Apply ruff/flake8-type-checking rules (TCH)
#1718
DimitriPapadopoulos
closed
6 days ago
0
Apply ruff/pyupgrade rules (UP)
#1717
DimitriPapadopoulos
closed
6 days ago
0
Apply ruff/isort rules (I)
#1716
DimitriPapadopoulos
closed
6 days ago
0
Apply ruff/flake8-simplify rules (SIM)
#1715
DimitriPapadopoulos
closed
6 days ago
0
Update linters in pre-commit
#1714
DimitriPapadopoulos
closed
1 month ago
0
Inconsistencies regarding quoting / escaping in URLs / paths
#1713
mxmlnkn
opened
1 month ago
2
Speed up git backend
#1712
mxmlnkn
closed
1 month ago
2
Fails when`ArrowFile` is used
#1711
zsaladin
opened
1 month ago
5
Test with Python 3.13
#1710
edgarrmondragon
closed
3 weeks ago
3
Incosistency with async mode when using wrapper filesystems (e.g. dir and cache)
#1709
orenl
opened
1 month ago
1
GitFileSystem info call very slow
#1708
mxmlnkn
closed
1 month ago
1
HTTPFileSystem isdir downloads the whole file
#1707
mxmlnkn
opened
1 month ago
2
Next