pyobjc-framework-BusinessChat
Wrappers for the framework BusinessChat on macOS
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 on this page — 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
pyobjc-framework-businesschat on PyPI
pip
pip install pyobjc-framework-businesschatuv
uv add pyobjc-framework-businesschatpoetry
poetry add pyobjc-framework-businesschatInstalling 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 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,660/month — #5,557 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_businesschat-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, BusinessChat
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-InstantMessageProvides Python bindings to the macOS…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-CallKitProvides Python bindings for Apple's CallKit…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SpeechProvides Python bindings to macOS's native…
permissive · top 15,000 on PyPI
pyobjc-framework-libxpcProvides Python bindings to the macOS XPC…
permissive · top 15,000 on PyPI
pyobjc-framework-ThreadNetworkProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouCoreProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ContactsProvides Python bindings to macOS's Contacts…
permissive · top 15,000 on PyPI