fscat
Python filesystem abstraction
Install
- All systems
-
curl cmd.cat/fscat.sh
- Debian
-
apt-get install python-fs
- Ubuntu
-
apt-get install python-fs
- Arch Linux
-
pacman -S python-fs
- Kali Linux
-
apt-get install python-fs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-fs
- Raspbian
-
apt-get install python-fs
- Dockerfile
- dockerfile.run/fscat
python-fs
Python filesystem abstraction
Pyfilesystem is a Python module that provides a common interface to many types of filesystem, and provides some powerful features such as exposing filesystems over an internet connection, or to the native filesystem. This is the Python 2 version of the fs package.