--- id: pyobjc-framework-fileproviderui version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-FileProviderUI — Wrappers for the framework FileProviderUI on macOS License: permissive · Maintenance: active · Downloads: 649.6K/mo ## What it is and what it does This package wraps Apple's FileProviderUI framework for use in Python via PyObjC, allowing developers to interact with macOS file provider user interface APIs. It is a thin binding layer that translates Objective-C framework calls into Python, part of the broader PyObjC project that bridges macOS frameworks to Python. The package provides no independent documentation—users must consult Apple's official FileProviderUI documentation and PyObjC's general translation guides to understand how to use the framework. It is maintained as part of the active PyObjC ecosystem and supports modern Python versions from 3.10 through 3.15, including free-threading support. Use it for: - Build macOS file provider extensions that need to present custom UI elements to users. - Integrate file provider functionality into Python applications running on macOS. - Access FileProviderUI framework capabilities from Python without writing Objective-C code. - Develop file system integration tools for macOS that require UI components from the file provider framework. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to macOS's FileProviderUI framework, enabling programmatic access to file provider user interface components through PyObjC. Yes, if you are developing on macOS and need to use the FileProviderUI framework from Python. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive MIT license. However, it is only useful on macOS and requires Python 3.10+; you will need to consult Apple's documentation separately since this package provides bindings only, not documentation. ## Install pip install pyobjc-framework-fileproviderui uv add pyobjc-framework-fileproviderui poetry add pyobjc-framework-fileproviderui ## Installing pyobjc-framework-FileProviderUI Before you install: Low friction installation with active maintenance—released 3 days ago with recent commits. Depends on pyobjc-core and pyobjc-framework-FileProvider, both part of the same ecosystem. License in practice: MIT license permits use, modification, and distribution with minimal restrictions, suitable for commercial and open-source projects. Quickstart: pip install pyobjc-framework-fileproviderui import FileProviderUI # Access FileProviderUI framework classes via PyObjC Requires macOS and Python 3.10 or later; framework is macOS-specific and will not function on other operating systems. Verify before relying: - Specific FileProviderUI classes and methods available through this wrapper beyond the framework name itself. - Whether this package is intended for building file provider extensions or consuming existing file provider UI components. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 649.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macOS file provider UI bindings, PyObjC FileProviderUI wrapper, file provider interface python, macOS file system UI framework, objective-c file provider bridge, macos-only, objc-binding [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-fileproviderui) · [View on PyPI](https://pypi.org/project/pyobjc-framework-fileproviderui/)