skillfed

pyobjc-framework-BusinessChat

Wrappers for the framework BusinessChat on macOS

pyobjc-framework-businesschat v12.2.2 650.7K downloads/30d#5,557 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-businesschat

poetry

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

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 business chat framework pythonpyobjc businesschat bindingsapple businesschat python wrapperobjective-c business messaging pythonmacos messaging api python
macos-onlyobjective-c-bridge

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

Provides Python bindings to the macOS…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-CallKit

Provides Python bindings for Apple's CallKit…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Speech

Provides Python bindings to macOS's native…

permissive · top 15,000 on PyPI

pyobjc-framework-libxpc

Provides Python bindings to the macOS XPC…

permissive · top 15,000 on PyPI

pyobjc-framework-ThreadNetwork

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-ClassKit

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-Contacts

Provides Python bindings to macOS's Contacts…

permissive · top 15,000 on PyPI