{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"S3Path provides a pathlib-like interface for working with AWS S3 buckets and objects, letting you navigate, query, and manipulate S3 storage using familiar filesystem operations.","skillfed_tags":["aws-s3","pathlib-wrapper"],"use_cases":["List and navigate S3 bucket contents using pathlib-style iteration and path operations instead of boto3 API calls.","Batch process files in S3 using glob patterns to find matching keys across nested prefixes.","Read or write S3 objects via context managers (with open()) as if they were local files.","Work with versioned S3 buckets by tracking and accessing specific object versions.","Migrate local filesystem code to S3 with minimal refactoring by swapping pathlib.Path for S3Path."],"what_it_does":"S3Path wraps boto3's S3 resource with a pathlib-compatible API, so you can treat S3 buckets and keys like a local filesystem. Instead of learning boto3's object-oriented methods (put_object, list_objects, etc.), you use familiar pathlib patterns: iterdir() to list contents, glob() to find matching keys, the / operator to navigate paths, and open() to read or write objects. It also supports versioned S3 objects through a VersionedS3Path subclass.\n\nThe package depends on boto3 for AWS communication and smart-open for file-like access to S3 objects. It supports modern Python versions (3.9\u20133.13) and is classified as Beta. The maintainer has kept it active, though releases are infrequent; no known security vulnerabilities are recorded.","worth_installing":"Yes, if you work regularly with S3 and prefer pathlib's ergonomics over boto3's API. Install friction is low, dependencies are stable, and the license is permissive. The aging maintenance status and infrequent releases are a minor concern but not a blocker\u2014the package is stable and actively maintained. No security vulnerabilities are known."},"id":"s3path","links":{"html":"https://skillfed.io/packages/s3path","md":"https://skillfed.io/packages/s3path.md","pypi":"https://pypi.org/project/s3path/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-24","license_spdx":null,"license_treatment":"permissive","name":"s3path","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":2949485,"position":2809,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.6.5"}
