fsspec
2022.5.0
Contents:
Background
Usage
Features of fsspec
Developing with fsspec
Async
API Reference
Changelog
fsspec
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
|
Z
_
__init__() (fsspec.dircache.DirCache method)
(fsspec.implementations.arrow.ArrowFSWrapper method)
(fsspec.implementations.arrow.HadoopFileSystem method)
(fsspec.implementations.cached.CachingFileSystem method)
(fsspec.implementations.cached.SimpleCacheFileSystem method)
(fsspec.implementations.cached.WholeFileCacheFileSystem method)
(fsspec.implementations.dask.DaskWorkerFileSystem method)
(fsspec.implementations.dbfs.DatabricksFileSystem method)
(fsspec.implementations.dirfs.DirFileSystem method)
(fsspec.implementations.ftp.FTPFileSystem method)
(fsspec.implementations.git.GitFileSystem method)
(fsspec.implementations.github.GithubFileSystem method)
(fsspec.implementations.hdfs.PyArrowHDFS method)
(fsspec.implementations.http.HTTPFileSystem method)
(fsspec.implementations.jupyter.JupyterFileSystem method)
(fsspec.implementations.libarchive.LibArchiveFileSystem method)
(fsspec.implementations.local.LocalFileSystem method)
(fsspec.implementations.memory.MemoryFileSystem method)
(fsspec.implementations.reference.ReferenceFileSystem method)
(fsspec.implementations.sftp.SFTPFileSystem method)
(fsspec.implementations.smb.SMBFileSystem method)
(fsspec.implementations.webhdfs.WebHDFS method)
(fsspec.implementations.zip.ZipFileSystem method)
(fsspec.registry.ReadOnlyRegistry method)
A
absolute_update() (fsspec.callbacks.Callback method)
AbstractArchiveFileSystem (class in fsspec.archive)
AbstractBufferedFile (class in fsspec.spec)
AbstractFileSystem (class in fsspec.spec)
ArrowFSWrapper (class in fsspec.implementations.arrow)
as_callback() (fsspec.callbacks.Callback class method)
AsyncFileSystem (class in fsspec.asyn)
available_compressions() (in module fsspec)
available_protocols() (in module fsspec)
B
BaseCache (class in fsspec.core)
BlockCache (class in fsspec.caching)
branch() (fsspec.callbacks.Callback method)
(fsspec.callbacks.DotPrinterCallback method)
BytesCache (class in fsspec.caching)
C
cache_info() (fsspec.caching.BlockCache method)
CachingFileSystem (class in fsspec.implementations.cached)
call() (fsspec.callbacks.Callback method)
(fsspec.callbacks.DotPrinterCallback method)
(fsspec.callbacks.NoOpCallback method)
Callback (class in fsspec.callbacks)
cat() (fsspec.spec.AbstractFileSystem method)
cat_file() (fsspec.spec.AbstractFileSystem method)
checksum() (fsspec.spec.AbstractFileSystem method)
clear() (fsspec.FSMap method)
clear_instance_cache() (fsspec.spec.AbstractFileSystem class method)
close() (fsspec.core.OpenFile method)
(fsspec.spec.AbstractBufferedFile method)
commit() (fsspec.spec.AbstractBufferedFile method)
complete() (fsspec.spec.Transaction method)
copy() (fsspec.spec.AbstractFileSystem method)
cp() (fsspec.spec.AbstractFileSystem method)
created() (fsspec.spec.AbstractFileSystem method)
current() (fsspec.spec.AbstractFileSystem class method)
D
DaskWorkerFileSystem (class in fsspec.implementations.dask)
DatabricksFileSystem (class in fsspec.implementations.dbfs)
delete() (fsspec.spec.AbstractFileSystem method)
delitems() (fsspec.FSMap method)
DirCache (class in fsspec.dircache)
DirFileSystem (class in fsspec.implementations.dirfs)
discard() (fsspec.spec.AbstractBufferedFile method)
disk_usage() (fsspec.spec.AbstractFileSystem method)
DotPrinterCallback (class in fsspec.callbacks)
download() (fsspec.spec.AbstractFileSystem method)
du() (fsspec.spec.AbstractFileSystem method)
E
end_transaction() (fsspec.spec.AbstractFileSystem method)
exists() (fsspec.spec.AbstractFileSystem method)
expand_path() (fsspec.spec.AbstractFileSystem method)
F
FileSelector (class in fsspec.gui)
filesystem() (in module fsspec)
find() (fsspec.spec.AbstractFileSystem method)
flush() (fsspec.spec.AbstractBufferedFile method)
from_json() (fsspec.spec.AbstractFileSystem static method)
fs (fsspec.gui.FileSelector property)
FSMap (class in fsspec)
fsspec_loop() (in module fsspec.asyn)
FTPFileSystem (class in fsspec.implementations.ftp)
G
GenericFileSystem (class in fsspec.generic)
get() (fsspec.spec.AbstractFileSystem method)
get_file() (fsspec.spec.AbstractFileSystem method)
get_filesystem_class() (in module fsspec)
get_fs_token_paths() (in module fsspec.core)
get_loop() (in module fsspec.asyn)
get_mapper() (fsspec.spec.AbstractFileSystem method)
(in module fsspec)
getitems() (fsspec.FSMap method)
GitFileSystem (class in fsspec.implementations.git)
GithubFileSystem (class in fsspec.implementations.github)
glob() (fsspec.spec.AbstractFileSystem method)
H
HadoopFileSystem (class in fsspec.implementations.arrow)
head() (fsspec.spec.AbstractFileSystem method)
HTTPFileSystem (class in fsspec.implementations.http)
I
info() (fsspec.archive.AbstractArchiveFileSystem method)
(fsspec.spec.AbstractBufferedFile method)
(fsspec.spec.AbstractFileSystem method)
invalidate_cache() (fsspec.spec.AbstractFileSystem method)
isdir() (fsspec.spec.AbstractFileSystem method)
isfile() (fsspec.spec.AbstractFileSystem method)
J
JupyterFileSystem (class in fsspec.implementations.jupyter)
L
lexists() (fsspec.spec.AbstractFileSystem method)
LibArchiveFileSystem (class in fsspec.implementations.libarchive)
listdir() (fsspec.spec.AbstractFileSystem method)
LocalFileSystem (class in fsspec.implementations.local)
ls() (fsspec.archive.AbstractArchiveFileSystem method)
(fsspec.spec.AbstractFileSystem method)
M
makedir() (fsspec.spec.AbstractFileSystem method)
makedirs() (fsspec.spec.AbstractFileSystem method)
MemoryFileSystem (class in fsspec.implementations.memory)
mkdir() (fsspec.spec.AbstractFileSystem method)
mkdirs() (fsspec.spec.AbstractFileSystem method)
MMapCache (class in fsspec.caching)
modified() (fsspec.spec.AbstractFileSystem method)
move() (fsspec.spec.AbstractFileSystem method)
mv() (fsspec.spec.AbstractFileSystem method)
N
NoOpCallback (class in fsspec.callbacks)
O
open() (fsspec.core.OpenFile method)
(fsspec.spec.AbstractFileSystem method)
(in module fsspec)
open_file() (fsspec.gui.FileSelector method)
open_files() (in module fsspec)
open_local() (in module fsspec)
OpenFile (class in fsspec.core)
OpenFiles (class in fsspec.core)
P
pipe() (fsspec.spec.AbstractFileSystem method)
pipe_file() (fsspec.spec.AbstractFileSystem method)
pop() (fsspec.FSMap method)
put() (fsspec.spec.AbstractFileSystem method)
put_file() (fsspec.spec.AbstractFileSystem method)
PyArrowHDFS (class in fsspec.implementations.hdfs)
R
read() (fsspec.spec.AbstractBufferedFile method)
read_block() (fsspec.spec.AbstractFileSystem method)
readable() (fsspec.spec.AbstractBufferedFile method)
ReadAheadCache (class in fsspec.caching)
readinto() (fsspec.spec.AbstractBufferedFile method)
readline() (fsspec.spec.AbstractBufferedFile method)
readlines() (fsspec.spec.AbstractBufferedFile method)
ReadOnlyRegistry (class in fsspec.registry)
readuntil() (fsspec.spec.AbstractBufferedFile method)
ReferenceFileSystem (class in fsspec.implementations.reference)
register_implementation() (in module fsspec.registry)
relative_update() (fsspec.callbacks.Callback method)
(fsspec.callbacks.TqdmCallback method)
rename() (fsspec.spec.AbstractFileSystem method)
rm() (fsspec.spec.AbstractFileSystem method)
rm_file() (fsspec.spec.AbstractFileSystem method)
rmdir() (fsspec.spec.AbstractFileSystem method)
run() (in module fsspec.fuse)
S
seek() (fsspec.spec.AbstractBufferedFile method)
seekable() (fsspec.spec.AbstractBufferedFile method)
set_size() (fsspec.callbacks.Callback method)
(fsspec.callbacks.TqdmCallback method)
setitems() (fsspec.FSMap method)
SFTPFileSystem (class in fsspec.implementations.sftp)
sign() (fsspec.spec.AbstractFileSystem method)
SimpleCacheFileSystem (class in fsspec.implementations.cached)
size() (fsspec.spec.AbstractFileSystem method)
sizes() (fsspec.spec.AbstractFileSystem method)
SMBFileSystem (class in fsspec.implementations.smb)
start() (fsspec.spec.Transaction method)
start_transaction() (fsspec.spec.AbstractFileSystem method)
stat() (fsspec.spec.AbstractFileSystem method)
storage_options (fsspec.gui.FileSelector property)
sync() (in module fsspec.asyn)
sync_wrapper() (in module fsspec.asyn)
T
tail() (fsspec.spec.AbstractFileSystem method)
tell() (fsspec.spec.AbstractBufferedFile method)
to_json() (fsspec.spec.AbstractFileSystem method)
touch() (fsspec.spec.AbstractFileSystem method)
TqdmCallback (class in fsspec.callbacks)
Transaction (class in fsspec.spec)
transaction (fsspec.spec.AbstractFileSystem property)
U
ukey() (fsspec.archive.AbstractArchiveFileSystem method)
(fsspec.spec.AbstractFileSystem method)
unstrip_protocol() (fsspec.spec.AbstractFileSystem method)
upload() (fsspec.spec.AbstractFileSystem method)
url_to_fs() (in module fsspec.core)
urlpath (fsspec.gui.FileSelector property)
W
walk() (fsspec.spec.AbstractFileSystem method)
WebHDFS (class in fsspec.implementations.webhdfs)
WholeFileCacheFileSystem (class in fsspec.implementations.cached)
wrap() (fsspec.callbacks.Callback method)
writable() (fsspec.spec.AbstractBufferedFile method)
write() (fsspec.spec.AbstractBufferedFile method)
Z
ZipFileSystem (class in fsspec.implementations.zip)