All Projects → ronaldoussoren → Pyobjc

ronaldoussoren / Pyobjc

The Python <-> Objective-C Bridge with bindings for macOS frameworks

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Welcome to the PyObjC repository

.. image:: https://github.com/ronaldoussoren/pyobjc/workflows/pre-commit/badge.svg

This is an development branch that will introduce support for macOS 11

Introduction

This repository contains a number of Python packages/distributions for the PyObjC project:

  • 'pyobjc': a meta package that is used for easy installation using easy_install or pip

  • 'pyobjc-core': the actual bridge

  • 'pyobjc-framework-*': wrappers for specific frameworks (or sets of frameworks)

Supported Python versions

PyObjC is regularly tested using Python 3.6, 3.7 and 3.8.

I'm also regularly testing using the development version of Python, although support for that might be broken when there are large changes in the implementation.

PyPy, Jython and IronPython are not supported, and it is unlikely that this will change anytime soon.

Installing

The easiest way to install PyObjC from the repository is by using the "install.py" script next to this file.

First create a check-out::

$ git clone https://github.com/ronaldoussoren/pyobjc

Then perform the installation::

$ pythonX.Y pyobjc/install.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].