fsspec
fsspec (filesystem specification) is a Python library that provides a unified interface for working with different filesystems and storage backends. It enables consistent access to local files, cloud storage, archives, and other data sources through a common API, allowing developers to write code that works seamlessly across multiple storage systems.