Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronaldoussoren/pyobjc
The Python <-> Objective-C Bridge with bindings for macOS frameworks
https://github.com/ronaldoussoren/pyobjc
macos objective-c python
Last synced: about 1 month ago
JSON representation
The Python <-> Objective-C Bridge with bindings for macOS frameworks
- Host: GitHub
- URL: https://github.com/ronaldoussoren/pyobjc
- Owner: ronaldoussoren
- Created: 2020-02-29T08:43:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T08:59:08.000Z (2 months ago)
- Last Synced: 2024-09-27T09:04:44.632Z (about 2 months ago)
- Topics: macos, objective-c, python
- Language: Python
- Homepage: https://pyobjc.readthedocs.io
- Size: 159 MB
- Stars: 551
- Watchers: 14
- Forks: 47
- Open Issues: 110
-
Metadata Files:
- Readme: ReadMe.rst
Awesome Lists containing this project
README
Welcome to the PyObjC repository
================================.. image:: https://github.com/ronaldoussoren/pyobjc/workflows/pre-commit/badge.svg
.. 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.9 and later.
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