danchr / pyobjc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the PyObjC repository

Note

The master branch is currently used for feature development, as such it should be considered unstable. Use the latest release instead.

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

About

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


Languages

Language:Python 81.0%Language:Objective-C 14.0%Language:C 4.6%Language:M 0.2%Language:SystemVerilog 0.1%Language:Java 0.0%Language:PostScript 0.0%Language:Rich Text Format 0.0%Language:Objective-C++ 0.0%Language:HTML 0.0%Language:C++ 0.0%Language:Makefile 0.0%Language:JavaScript 0.0%