CMD + K

fsspec

Community

A specification for pythonic filesystems

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::fsspec

Usage Tracking

2025.12.0
2025.10.0
2025.9.0
2025.7.0
2025.5.1
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

To produce a template or specification for a file-system interface, that specific implementations should follow, so that applications making use of them can rely on a common behaviour and not have to worry about the specific internal implementation decisions with any given backend. Many such implementations are included in this package, or in sister projects such as s3fs and gcsfs. In addition, if this is well-designed, then additional functionality, such as a key-value store or FUSE mounting of the file-system implementation may be available for all implementations "for free".

About

Summary

A specification for pythonic filesystems

Last Updated

Dec 3, 2025 at 18:02

License

BSD-3-Clause

Total Downloads

28.2M

Supported Platforms

noarch