pyobjc-framework-NetFS
Wrappers for the framework NetFS on macOS
What it is and what it does
This package wraps Apple's NetFS framework for Python, allowing developers to interact with macOS network filesystem functionality from Python code. It is part of the PyObjC project, which provides bindings between Python and Objective-C frameworks on macOS. The wrapper itself does not include documentation—users must consult Apple's NetFS documentation and PyObjC's general translation guides to understand how to use the underlying framework.
The package is a thin bridge: it exposes NetFS classes and functions as Python objects, handling the translation between Python and Objective-C calling conventions. It requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies, and only runs on macOS. It is actively maintained, supports Python 3.10 through 3.15, and carries no known security vulnerabilities.
Use it for:
- Query or manipulate network filesystem mounts programmatically on macOS.
- Integrate macOS network filesystem operations into Python automation or system administration scripts.
- Build macOS-native applications that need to interact with network file sharing.
- Access NetFS APIs for network volume discovery or management from Python.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's NetFS framework, enabling programmatic access to network filesystem operations on macOS systems.
Yes, if you are developing on macOS and need programmatic access to network filesystem operations. The package is actively maintained, has low install friction, carries no security vulnerabilities, and uses a permissive MIT license. However, it is macOS-only and requires Python 3.10+; it is also not useful outside that environment. Verify that your use case aligns with NetFS's actual capabilities by consulting Apple's documentation.
Install
pyobjc-framework-netfs on PyPI
pip
pip install pyobjc-framework-netfsuv
uv add pyobjc-framework-netfspoetry
poetry add pyobjc-framework-netfsInstalling pyobjc-framework-NetFS
Before you install
Low install friction with a pure-wheel distribution. Actively maintained with a release 3 days old and recent commits. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the same ecosystem.
License in practice
MIT license permits commercial and private use with minimal restrictions—suitable for most projects.
Quickstart
pip install pyobjc-framework-netfs
import NetFS
# Access NetFS framework classes and functions via the NetFS module
macOS only; requires Python 3.10 or later and a macOS system with the NetFS framework available.
Verify before relying
- Whether NetFS framework is available on all supported macOS versions or only recent ones.
- Specific use cases or real-world examples beyond framework wrapping.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 650,300/month — #5,566 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_netfs-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, NetFS
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-DiskArbitrationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FSKitProvides Python bindings to macOS's FSKit…
permissive · top 15,000 on PyPI
pyobjc-framework-VirtualizationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FSEventsProvides Python bindings to macOS's FSEvents…
permissive · top 15,000 on PyPI
pyobjc-framework-SystemConfigurationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
mfusepymfusepy provides Python bindings to libfuse 2…
permissive · top 15,000 on PyPI
pyobjc-framework-CarbonProvides Python bindings to macOS's Carbon…
permissive · top 15,000 on PyPI