{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/7"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"},{"label":"Filesystems","url":"https://skillfed.io/packages/category/system-filesystems"},{"label":"File Managers","url":"https://skillfed.io/packages/category/desktop-environment-file-managers"}],"enrichment":{"capability":"Provides a high-level API for common file-system operations\u2014creating, reading, copying, deleting, and querying files and directories\u2014without external dependencies.","skillfed_tags":["filesystem","file-operations","cli-tools"],"use_cases":["Build scripts that need to create, clean, and archive project directories without manual boilerplate","CLI tools that validate and manipulate file hierarchies (e.g., checking paths exist, getting file sizes, listing contents)","Data pipeline code that reads, transforms, and writes JSON or text files in bulk","Test fixtures that set up and tear down temporary file structures","Deployment utilities that copy, compress, and organize artifacts across directories"],"what_it_does":"python-fsutil wraps Python's built-in file-system modules into a single, cohesive API with methods for common tasks. It handles file and directory creation, deletion, copying, moving, renaming, reading, writing, compression (tar and zip), metadata queries (size, dates, permissions, hashes), and path manipulation\u2014all without requiring external dependencies.\n\nThe package is designed for developers who want to avoid writing boilerplate path-handling and error-checking code. It supports Python 3.10, 3.11, 3.12, 3.13, 3.14 and PyPy, runs on all major operating systems, and is actively maintained. Most methods are straightforward wrappers, though some (like download_file and read_file_from_url) require requests to be installed separately if used.","worth_installing":"Yes. It is actively maintained, has no dependencies, carries a permissive license, and offers genuine convenience for file-system work. Install it if you find yourself repeatedly writing path checks, directory creation, or file-copy logic; skip it if your code already uses built-in modules idiomatically."},"id":"python-fsutil","links":{"html":"https://skillfed.io/packages/python-fsutil","md":"https://skillfed.io/packages/python-fsutil.md","pypi":"https://pypi.org/project/python-fsutil/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-07","license_spdx":null,"license_treatment":"permissive","name":"python-fsutil","python_support":"unspecified","summary":"high-level file-system operations for lazy devs."},"popularity":{"monthly_downloads":1517153,"position":3822,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.17.0"}
