matthewelse / pyxpcconnection

An XPC Wrapper for OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyxpcconnection

A Python wrapper for XPC in OS X.

pyxpcconnection is a port of node-xpc-connection by Sandeep Mistry to Python.

Installation

Most of the time, you won't need to install this package directly - you should install bleep instead.

All of pyxpcconnection's dependencies are included with OS X, so installation is simple:

git clone https://github.com/matthewelse/pyxpcconnection
cd pyxpcconnection
sudo python setup.py install

If you are compiling and running using Python3 installed via HomeBrew run:

brew install boost-python --with-python3
ln -s /usr/local/lib/libboost_python3.a /usr/local/lib/libboost_python-py34.a

If you want to work on the development of pyxpcconnection, use this instead:

git clone https://github.com/matthewelse/pyxpcconnection
cd pyxpcconnection
sudo python setup.py develop

About

An XPC Wrapper for OS X

License:Apache License 2.0


Languages

Language:C++ 95.5%Language:Python 4.5%