--- id: universal-pathlib version: "0.3.10" license: MIT license_treatment: permissive maintenance: active --- # universal-pathlib — pathlib api extended to use fsspec backends License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install universal-pathlib uv add universal-pathlib poetry add universal-pathlib ## Description # Universal Pathlib [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/universal_pathlib)](https://pypi.org/project/universal_pathlib/) [![PyPI - License](https://img.shields.io/pypi/l/universal_pathlib)](https://github.com/fsspec/universal_pathlib/blob/main/LICENSE) [![PyPI](https://img.shields.io/pypi/v/universal_pathlib.svg)](https://pypi.org/project/universal_pathlib/) [![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/universal_pathlib?label=conda)](https://anaconda.org/conda-forge/universal_pathlib) [![Docs](https://readthedocs.org/projects/universal-pathlib/badge/?version=latest)](https://universal-pathlib.readthedocs.io/en/latest/?badge=latest) [![Tests](https://github.com/fsspec/universal_pathlib/actions/workflows/tests.yml/badge.svg)](https://github.com/fsspec/universal_pathlib/actions/workflows/tests.yml) [![GitHub issues](https://img.shields.io/github/issues/fsspec/universal_pathlib)](https://github.com/fsspec/universal_pathlib/issues) [![Codestyle... ## AI interpretation — verify before relying Universal Pathlib extends pathlib's API to provide a unified interface for accessing diverse filesystems—local, cloud storage, and remote—through fsspec backends. Verdict: A well-maintained, low-friction library for treating cloud and remote filesystems as pathlib objects. MIT licensing and active development make it suitable for production use; no known vulnerabilities. Primary consideration is installing appropriate fsspec extras for your target backend. [View on SkillFed](https://skillfed.io/packages/universal-pathlib) · [View on PyPI](https://pypi.org/project/universal-pathlib/)