https://github.com/fish2000/pyobjc
Local mirror
https://github.com/fish2000/pyobjc
mirror objective-c pyobjc python
Last synced: 11 months ago
JSON representation
Local mirror
- Host: GitHub
- URL: https://github.com/fish2000/pyobjc
- Owner: fish2000
- Created: 2017-05-07T01:43:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T01:52:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-01T22:29:23.454Z (about 1 year ago)
- Topics: mirror, objective-c, pyobjc, python
- Language: Python
- Homepage: https://bitbucket.org/ronaldoussoren/pyobjc
- Size: 35.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.rst
Awesome Lists containing this project
README
Welcome to the PyObjC repository
================================
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)
* 'pyobjc-xcode': Mostly unmaintained Xcode templates for Python projects
Supported Python versions
-------------------------
PyObjC is regularly tested using Python 2.7, 3.3 and 3.4.
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::
$ hg clone https://bitbucket.org/ronaldoussoren/pyobjc
Then perform the installation::
$ pythonX.Y pyobjc/install.py