skillfed

pyobjc-framework-NetFS

Wrappers for the framework NetFS on macOS

pyobjc-framework-netfs v12.2.2 650.3K downloads/30d#5,566 on PyPI803
Permissive license MIT Active released

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-netfs

uv

uv add pyobjc-framework-netfs

poetry

poetry add pyobjc-framework-netfs

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos netfs bindingspython network filesystempyobjc netfs wrappermacos file sharing apinetwork mount python
macos-onlypyobjcsystem-integration

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-DiskArbitration

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-FSKit

Provides Python bindings to macOS's FSKit…

permissive · top 15,000 on PyPI

pyobjc-framework-Virtualization

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-FSEvents

Provides Python bindings to macOS's FSEvents…

permissive · top 15,000 on PyPI

pyobjc-framework-SystemConfiguration

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-NetworkExtension

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

mfusepy

mfusepy provides Python bindings to libfuse 2…

permissive · top 15,000 on PyPI

pyobjc-framework-Carbon

Provides Python bindings to macOS's Carbon…

permissive · top 15,000 on PyPI