The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Sailfish/Python Development
Rcolistete (Talk | contribs) (→Software) |
Rcolistete (Talk | contribs) (→Software) |
||
Line 52: | Line 52: | ||
Using PyOtherSide : | Using PyOtherSide : | ||
* [https://openrepos.net/content/gscrul3z/defaultpasswords DefaultPasswords ] - search default passwords for devices and software [https://github.com/GsCRuL3Z/DefaultPasswords (GitHub)] | * [https://openrepos.net/content/gscrul3z/defaultpasswords DefaultPasswords ] - search default passwords for devices and software [https://github.com/GsCRuL3Z/DefaultPasswords (GitHub)] | ||
+ | * [https://openrepos.net/content/rcolistete/derivative-sailfish-os Derivative] - calculates mathematical derivatives | ||
* [https://openrepos.net/content/thp/gpodder gPodder] - downloads and manages podcasts [https://github.com/gpodder/gpodder-sailfish (GitHub)] | * [https://openrepos.net/content/thp/gpodder gPodder] - downloads and manages podcasts [https://github.com/gpodder/gpodder-sailfish (GitHub)] | ||
* [https://openrepos.net/content/otsaloma/helsinki-transit-live Helsinki Transit Live] - Real-time locations of Helsinki Region Transport (HSL) public transportation vehicles [https://github.com/otsaloma/helsinki-transit-live (GitHub)] | * [https://openrepos.net/content/otsaloma/helsinki-transit-live Helsinki Transit Live] - Real-time locations of Helsinki Region Transport (HSL) public transportation vehicles [https://github.com/otsaloma/helsinki-transit-live (GitHub)] |
Revision as of 23:03, 22 May 2014
Contents |
Python 2
Python 2.7 is provided in the "jolla" repository, and can be installed using pkcon:
-
pkcon install python
Python 3
Starting with Sailfish OS 1.0.3.8, Python 3.3.3 and PyOtherSide are shipped in the official repositories.
-
pkcon install python3-base
Python and Qt 5
There are different options for developing Python Qt 5 apps on Sailfish OS:
- PyOtherSide: In official repositories, supports Qt 5 and Python 3. Will be supported in Harbour.
- PyQt: Available from OpenRepos.net, supports Qt 5.
- PySide: Not in official repositories or OpenRepos, as it doesn't support Qt 5 yet. If you need PySide-style bindings, use PyQt.
PyOtherSide
PyOtherSide homepage | PyOtherSide on github
Starting with Sailfish OS 1.0.3.8, PyOtherSide is now available in the official repos.
- Will be supported in Jolla Harbour "soon": https://together.jolla.com/question/6116/python-application-support-in-jolla-store-harbour/
The PyOtherSide QML plugin can be installed directly without adding any addition repos using pkcon:
-
pkcon install pyotherside-qml-plugin-python3-qt5
PyQt
PyQt homepage | PyQt for Sailfish OS on OpenRepos.net
- Available from OpenRepos.net [1].
- Not supported in Jolla Harbour.
PyQt can be installed by adding the sailfish_lib repo:
-
ssu addrepo sailfish_lib http://sailfish.openrepos.net/sailfish_lib/personal/main
-
ssu updaterepos
-
pkcon refresh sailfish_lib
For Python2:
-
pkcon install pyqt
For Python3:
-
pkcon install python-pyqt
Software
Using PyOtherSide :
- DefaultPasswords - search default passwords for devices and software (GitHub)
- Derivative - calculates mathematical derivatives
- gPodder - downloads and manages podcasts (GitHub)
- Helsinki Transit Live - Real-time locations of Helsinki Region Transport (HSL) public transportation vehicles (GitHub)
- Integral - calculates mathematical integrals (GitHub)
- Limit - calculates mathematical limits (GitHub)
- Modrana - flexible GPS navigation system for mobile Linux devices (GitHub)
- Perth Trains - Perth trains live departure information app (GitHub)
- Poor Maps - application for Sailfish OS to display tiled maps (e.g. OpenStreetMap), places and routes (GitHub)
- PreyUI - User interface for NielDK's SailfishOS Prey client
- SailSenso - A little game of memory skill based on an electronic game called Simon/Senso back in the 80s
- sailtoVienna (GitHub) Wienerlinien departure app
- TheSessionFinder - allows you to search for traditional session music on thesession.org and to store favourites in a local database (GitHub)
Using PyQt :
Links