https://github.com/beeware/Python-iOS-template
A cookiecutter template for creating an iOS project running Python code.
https://github.com/beeware/Python-iOS-template
Last synced: about 1 year ago
JSON representation
A cookiecutter template for creating an iOS project running Python code.
- Host: GitHub
- URL: https://github.com/beeware/Python-iOS-template
- Owner: beeware
- License: mit
- Archived: true
- Created: 2014-08-01T21:54:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T05:12:06.000Z (over 7 years ago)
- Last Synced: 2024-08-04T04:06:37.173Z (almost 2 years ago)
- Size: 1.7 MB
- Stars: 301
- Watchers: 32
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Python iOS Template
===================
A template for building Python apps that will run under iOS.
The easiest way to use this project is to not use it at all - at least,
not directly. `Briefcase `__ is a
tool that uses this template, rolling it out using data extracted from
your ``setup.py``.
The master branch of this repository has no content; there is an
independent branch for each supported version of Python. The following
Python versions are supported:
* `Python 2.7 `__
* `Python 3.4 `__
* `Python 3.5 `__
* `Python 3.6 `__
* `Python 3.7 `__
See the individual branches for usage instructions.