--- id: pyobjc-framework-gamesave version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-GameSave — Wrappers for the framework GameSave on macOS License: permissive · Maintenance: active · Downloads: 482.6K/mo ## What it is and what it does This package is a thin PyObjC wrapper around macOS's native GameSave framework, enabling Python developers to call GameSave APIs directly from Python code. It does not include its own documentation; instead, it bridges Python to Apple's GameSave framework, which handles game state persistence on macOS. The package is part of the broader PyObjC project and serves as a translation layer between Python and Objective-C. To use it effectively, you need to understand both how the underlying GameSave framework works (via Apple's documentation) and how PyObjC translates between Python and Objective-C (via PyObjC's own guides). It is macOS-only and requires Python 3.10 or later. Use it for: - Build a macOS game in Python that needs to persist player progress using the native GameSave API. - Integrate GameSave framework functionality into a Python application running on macOS. - Access macOS game-state management features from a Python codebase without writing Objective-C. - Prototype or test GameSave framework behavior from Python on a development machine. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings for macOS's GameSave framework, allowing Python code to access native game-saving functionality on macOS through PyObjC. Yes, if you are developing on macOS and need to use the GameSave 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 familiarity with both the GameSave framework itself and PyObjC's translation patterns. ## Install pip install pyobjc-framework-gamesave uv add pyobjc-framework-gamesave poetry add pyobjc-framework-gamesave ## Installing pyobjc-framework-GameSave Before you install: Installation is straightforward with low friction—a pure-Python wheel with only two runtime dependencies (pyobjc-core and pyobjc-framework-Cocoa). The package is actively maintained, with a release 3 days old and recent repository activity. License in practice: MIT license permits use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: pip install pyobjc-framework-gamesave import GameSave # Access GameSave framework classes and methods via PyObjC macOS only; requires Python 3.10 or later and a macOS system with the GameSave framework available. Verify before relying: - Whether the GameSave framework is available on all supported macOS versions or only recent releases. - Specific GameSave API coverage—whether all framework methods are wrapped or only a subset. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 482.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos gamesave framework python, pyobjc gamesave bindings, macos game save api python, objective-c gamesave wrapper, pyobjc framework wrapper, macos native game persistence, cocoa gamesave integration, macos-only, framework-binding, game-development [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-gamesave) · [View on PyPI](https://pypi.org/project/pyobjc-framework-gamesave/)