skillfed

pyobjc-framework-SyncServices

Wrappers for the framework SyncServices on macOS

pyobjc-framework-syncservices v12.2.2 661.8K downloads/30d#5,443 on PyPI803
Permissive license MIT Active released

What it is and what it does

pyobjc-framework-syncservices is a PyObjC wrapper that exposes Apple's macOS SyncServices framework to Python. SyncServices is a system framework designed to coordinate data synchronization between applications and devices on the same computer or across a network via MobileMe. The package translates Objective-C framework APIs into Python, allowing developers to build macOS applications that participate in the system's sync infrastructure.

The package is production-stable and actively maintained, with wheels built for multiple Python versions (3.10–3.15) and architecture variants. It depends on three other PyObjC framework packages (pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-CoreData) and is strictly macOS-only. Users must consult Apple's official SyncServices documentation and PyObjC's translation guides to understand how to use the framework from Python.

Use it for:

  • Building macOS applications that sync user data with other apps on the same machine or over a network.
  • Integrating Python-based macOS tools with the system's native sync infrastructure.
  • Developing cross-device synchronization features for macOS desktop applications.
  • Bridging Python backend logic with SyncServices for coordinated data management across multiple devices.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to macOS's SyncServices framework, enabling applications to sync user data with other apps and devices locally or over the network.

Yes, if you are developing a macOS application in Python that needs to participate in system-level data synchronization. The package is actively maintained, carries no security vulnerabilities, and has a permissive license. However, verify that SyncServices is still the appropriate choice for your sync use case, as Apple's sync mechanisms have evolved; this is a specialized tool for macOS-only development.

Install

pyobjc-framework-syncservices on PyPI

pip

pip install pyobjc-framework-syncservices

uv

uv add pyobjc-framework-syncservices

poetry

poetry add pyobjc-framework-syncservices

Installing pyobjc-framework-SyncServices

Before you install

Medium install friction due to platform and architecture specificity—wheels are available only for macOS (10.9 and later, universal2) across Python 3.10–3.15, including free-threading variants. The package is actively maintained with a recent release and no known vulnerabilities.

License in practice

MIT license is permissive and places no restrictions on use, modification, or distribution in proprietary or open-source projects.

Quickstart

pip install pyobjc-framework-syncservices

from SyncServices import ISyncClient
# Access SyncServices framework through PyObjC bindings

macOS only; requires Python 3.10 or later; depends on pyobjc-core, pyobjc-framework-Cocoa, and pyobjc-framework-CoreData.

Verify before relying

  • Whether SyncServices framework is still actively used in modern macOS development or if it has been superseded by newer sync mechanisms.
  • Practical examples or documentation on common sync patterns beyond Apple's official framework documentation.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies 3 — pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-CoreData
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 661,843/month — #5,443 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_syncservices-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_syncservices-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl

Keywords: PyObjC, SyncServices

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 sync services frameworkpython objc syncservicesmacos data synchronizationpyobjc framework bindingscross-device sync macosapplication data sync framework
macos-onlyobjc-bindingssystem-framework

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

Provides Python bindings to macOS's FinderSync…

permissive · top 15,000 on PyPI

pyobjc-framework-CloudKit

Provides Python bindings to Apple's CloudKit…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExternalAccessory

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-libxpc

Provides Python bindings to the macOS XPC…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-NotificationCenter

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI