fs 2.4.16
0
Python's filesystem abstraction layer
Contents
Python's filesystem abstraction layer
Stars: 1988, Watchers: 1988, Forks: 177, Open Issues: 113The PyFilesystem/pyfilesystem2
repo was created 8 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1988 github stars!
How to Install fs
You can install fs using pip
pip install fs
or add it to a project with poetry
poetry add fs
Package Details
- Author
- Will McGugan
- License
- MIT
- Homepage
- https://github.com/PyFilesystem/pyfilesystem2
- PyPi:
- https://pypi.org/project/fs/
- Documentation:
- https://pyfilesystem2.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/PyFilesystem/pyfilesystem2
Classifiers
- System/Filesystems
Related Packages
Errors
A list of common fs errors.
Code Examples
Here are some fs
code examples and snippets.
GitHub Issues
The fs package has 113 open issues on GitHub
- Unintuitive behavior of walk filter_dirs
- Add WalkerBase
- Drop-in compatibility of OSFS with Python's native path handling
- Update
movedir
methods ofWrapFS
to use the delegate FS method - feat: raise an error if no FTP parsing matches
- Can open_fs work with http protocol?
- New third party FS: pyfatfs (FAT)
- Support for a FileSystem using SQL DB as a backend
- Support encoding option for ftpfs
- Fix ResourceLocked translation on Windows #484