> cat /dev/github | grep security-tools
discovered 03 Aug 2026

pyfilesystem2

via awesome-list
→ View on GitHub
PyFilesystem2 is a Python library that provides an abstraction layer over various filesystem types, enabling seamless interaction with files and directories regardless of their underlying storage system (local, zip, FTP, etc.). Its primary use case is to simplify file manipulation by unifying the interface across different storage backends, allowing developers to write flexible and portable code without needing to adapt for each type of filesystem. Notable features include recursive file handling, consistent API access for different storage types, and extensibility for custom filesystem implementations.