fsspec 2024.9.0
0
File-system specification
Contents
File-system specification
Stars: 1010, Watchers: 1010, Forks: 355, Open Issues: 296The fsspec/filesystem_spec
repo was created 6 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 1010 github stars!
How to Install fsspec
You can install fsspec using pip
pip install fsspec
or add it to a project with poetry
poetry add fsspec
Package Details
- Author
- None
- License
- BSD 3-Clause License Copyright (c) 2018, Martin Durant All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Homepage
- None
- PyPi:
- https://pypi.org/project/fsspec/
- Documentation:
- https://filesystem-spec.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/intake/filesystem_spec
Classifiers
Related Packages
Errors
A list of common fsspec errors.
Code Examples
Here are some fsspec
code examples and snippets.
GitHub Issues
The fsspec package has 296 open issues on GitHub
- Add optional file-based listings caching
- Deadlock involving pandas.read_excel and AWS S3
- Add gist FS
- [FEA] Add precaching support within file-opening functions
- Change sftp rename from posix_rename() to rename()
- put() inconsistent with cp
- Rename the first argument to
ReferenceFileSystem
- Make
url
inget_mapper
optional - fsspec.implementations.hdfs.PyArrowHDFS → fsspec.implementations.arrow.HadoopFileSystem
- FileNotFoundError is raised when failing to access a http url
- Allow ReferenceFS to refer to multiple FSs
- spec: add sync/async connect/disconnect
- Publicly expose/document API for retrieving cache file details
- local caching with custom endpoint
- fuse: 'memory' is (mis)interpreted as 'file://', not 'memory://'