--- id: pyobjc-framework-fskit version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-FSKit — Wrappers for the framework FSKit on macOS License: permissive · Maintenance: active · Downloads: 523.4K/mo ## What it is and what it does This package wraps Apple's FSKit framework for use in Python via PyObjC, allowing developers to interact with macOS filesystem APIs from Python code. FSKit is a low-level framework for filesystem operations on macOS; this wrapper translates its Objective-C interface into Python bindings. The package is part of the PyObjC project and does not include its own documentation—users must consult Apple's FSKit documentation alongside PyObjC's translation guides to understand how to use the framework. It depends on pyobjc-core and pyobjc-framework-Cocoa, and is actively maintained with support for Python 3.10 through 3.15. Use it for: - Build macOS-specific file system monitoring or management tools that need low-level filesystem access. - Integrate FSKit functionality into Python applications running on macOS that require native framework capabilities. - Develop system utilities or daemons on macOS that interact with filesystem events or metadata. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to macOS's FSKit framework, enabling access to filesystem-related APIs through PyObjC. Yes, if you are developing on macOS and need direct access to FSKit APIs from Python. The package is actively maintained, permissively licensed, and has no known vulnerabilities. Install friction is moderate due to platform specificity, but that is inherent to the framework's nature. Not applicable on non-macOS systems. ## Install pip install pyobjc-framework-fskit uv add pyobjc-framework-fskit poetry add pyobjc-framework-fskit ## Installing pyobjc-framework-FSKit Before you install: Medium install friction due to platform-specific wheels (macOS only, multiple Python versions supported). Active maintenance with recent releases; last commit 2026-08-14 and version released 2026-08-11 indicate current upkeep. License in practice: MIT license is permissive; you can use this package in commercial and open-source projects with minimal restrictions. Quickstart: pip install pyobjc-framework-fskit from FSKit import FSKit # Access FSKit framework classes and methods through PyObjC bindings macOS only; requires Python 3.10 or later; depends on pyobjc-core and pyobjc-framework-Cocoa. Verify before relying: - Specific FSKit APIs exposed and their stability across macOS versions - Performance characteristics compared to direct Objective-C or Swift implementations - Whether documentation covers FSKit-specific usage or only generic PyObjC translation patterns ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 523.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos filesystem framework bindings, fskit python wrapper, pyobjc fskit, macos file system api python, cocoa filesystem access, macos-only, pyobjc, system-api [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-fskit) · [View on PyPI](https://pypi.org/project/pyobjc-framework-fskit/)