--- id: pyobjc-framework-businesschat version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-BusinessChat — Wrappers for the framework BusinessChat on macOS License: permissive · Maintenance: active · Downloads: 650.7K/mo ## What it is and what it does This package is a thin Python wrapper around Apple's BusinessChat framework for macOS, generated by PyObjC. It translates Objective-C classes and methods into Python-callable equivalents, allowing developers to interact with macOS business messaging features from Python code. The wrapper itself contains no documentation—it relies on Apple's official BusinessChat framework documentation and PyObjC's general translation guidelines. The package is part of the broader PyObjC ecosystem and serves developers building macOS applications that need to integrate business chat functionality. It depends on pyobjc-core (the bridge layer) and pyobjc-framework-Cocoa (the underlying macOS UI framework). Installation is straightforward via pip, and the package is actively maintained with support for Python 3.10 through 3.15. Use it for: - Build macOS applications that integrate Apple's BusinessChat messaging directly into your app - Automate business messaging workflows on macOS using Python instead of Swift or Objective-C - Create cross-platform Python tools that leverage macOS-specific messaging APIs on compatible systems ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings for Apple's BusinessChat framework on macOS, enabling programmatic access to business messaging capabilities through Objective-C bridge. Yes, if you are developing for macOS and need to integrate BusinessChat framework features into a Python application. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is low. However, it is only useful on macOS and requires Python 3.10+; it is not a general-purpose library. ## Install pip install pyobjc-framework-businesschat uv add pyobjc-framework-businesschat poetry add pyobjc-framework-businesschat ## Installing pyobjc-framework-BusinessChat Before you install: Low install friction with a pure-Python wheel distribution. Active maintenance with a recent release (3 days old) and steady repository activity. Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: pip install pyobjc-framework-businesschat import BusinessChat # Access BusinessChat framework classes and methods via PyObjC Requires macOS; will not function on Windows or Linux. Requires Python 3.10 or later. Verify before relying: - Whether the BusinessChat framework is available on all supported macOS versions or only recent releases - Specific use cases and real-world adoption patterns beyond framework wrapping ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 650.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos business chat framework python, pyobjc businesschat bindings, apple businesschat python wrapper, objective-c business messaging python, macos messaging api python, macos-only, objective-c-bridge [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-businesschat) · [View on PyPI](https://pypi.org/project/pyobjc-framework-businesschat/)