API Notes: PubSub framework
===========================

The full API is described in `Apple's documentation`__, both
the C and Objective-C APIs are available (but see the `API Notes`_ below).

.. __: https://developer.apple.com/library/content/documentation/InternetWeb/Conceptual/PubSub/Introduction/Introduction.html

These bindings are accessed through the ``PubSub`` package (that is, ``import PubSub``).

API Notes
---------

The PyObjC bindings for the PubSub framework are complete.

.. note::

   This framework is deprecated in OSX 10.9
