--- id: cloudpathlib version: "0.24.0" license: unclear license_treatment: permissive maintenance: active --- # cloudpathlib — pathlib-style classes for cloud storage services. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install cloudpathlib uv add cloudpathlib poetry add cloudpathlib ## Description ![](https://raw.githubusercontent.com/drivendataorg/cloudpathlib/master/docs/docs/logo.svg)

[![Docs Status](https://img.shields.io/badge/docs-stable-informational)](https://cloudpathlib.drivendata.org/) [![PyPI](https://img.shields.io/pypi/v/cloudpathlib.svg)](https://pypi.org/project/cloudpathlib/) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/cloudpathlib.svg)](https://anaconda.org/conda-forge/cloudpathlib) [![conda-forge feedstock](https://img.shields.io/badge/conda--forge-feedstock-yellowgreen)](https://github.com/conda-forge/cloudpathlib-feedstock) [![tests](https://github.com/drivendataorg/cloudpathlib/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/drivendataorg/cloudpathlib/actions/workflows/tests.yml?query=branch%3Amaster) [![codecov](https://codecov.io/gh/drivendataorg/cloudpathlib/branch/master/graph/badge.svg)](https://codecov.io/gh/drivendataorg/cloudpathlib) > Our goal is to be the meringue of file management libraries: the subtle sweetness of `pathlib` working in harmony with the ethereal lightness of the cloud. A Python library with classes that mimic `pathlib.Path`'s interface for URIs from different cloud... ## AI interpretation — verify before relying Provides pathlib-style classes that work with cloud storage URIs (S3, Google Cloud Storage, Azure Blob Storage), letting you read, write, and manage cloud files using familiar Path methods. Verdict: Well-maintained, actively developed library with zero known vulnerabilities and low install friction. Permissive MIT license and broad Python version support (3.9–3.14) make it accessible. The optional cloud SDK dependencies are a deliberate design choice rather than a friction problem. Suitable for production use when you need pathlib-like cloud storage access. [View on SkillFed](https://skillfed.io/packages/cloudpathlib) · [View on PyPI](https://pypi.org/project/cloudpathlib/)