PyMaemo

Line 7: Line 7:
We currently maintain support for the python interpreter, bindings and a few applications in the Maemo platform. A detailed list can be found in [[PyMaemo/Components]].
We currently maintain support for the python interpreter, bindings and a few applications in the Maemo platform. A detailed list can be found in [[PyMaemo/Components]].
 +
== Screenshots ==
-
=== In progress documentation ===
+
[[PyMaemo/Screenshots]]
-
This section contains links to documentation that is still being written.
+
== Software written using PyMaemo ==
-
* [[PyMaemo/Python26PortingGuide|Python 2.6 porting guide]]
+
TODO
-
* [[PyMaemo/PythonOssoExamples|Python OSSO Examples]]
+
-
== Using it ==
+
== Documentation ==
-
[[PyMaemo/Installation]]
+
=== Tutorials ===
-
[[PyMaemo/ManualInstallation]]
+
* [[PyMaemo/UITutorial|Python-hildon Tutorial]]
 +
* [[PyMaemo/Using_Location_API|Using Location API]]
-
[[PyMaemo/SDKInstallation]]
+
=== Examples ===
-
[[PyMaemo/FAQ]]
+
* [http://pymaemo.garage.maemo.org/pyosso.html Python-OSSO Examples]
 +
* [[PyMaemo/PythonOssoExamples|Python OSSO Examples]] (FIXME: which one to keep?)
 +
* [http://pymaemo.garage.maemo.org/abook.html Python-ABook Examples]
 +
* [http://pymaemo.garage.maemo.org/conic.html Python-Conic Examples and tests]
-
Easy packaging with [[py2deb]] or [[PyPackager]]
+
=== Manuals and References ===
-
== Screenshots ==
+
* [http://pymaemo.garage.maemo.org/python_hildon_manual/ Python Hildon Manual]
 +
* [http://pymaemo.garage.maemo.org/python_location_manual/ Python Location Manual]
 +
* Easy packaging with [[py2deb]] or [[PyPackager]]
-
[[PyMaemo/Screenshots]]
 
-
== Documentation ==
+
=== In progress documentation ===
-
* [[PyMaemo/UITutorial|Graphical UI Tutorial]]
+
This section contains links to documentation that is still being written.
-
* [[PyMaemo/Using_Location_API|Using Location API]]
+
-
== Ye Olde Documentation ==
+
* [[PyMaemo/Python26PortingGuide|Python 2.6 porting guide]]
-
This section contains documentation that is quite old (770, Chinook, etc).
+
 
 +
=== Ye Olde Documentation ===
 +
 
 +
This section contains documentation that hasn't been updated to Maemo 5 (Fremantle) era.
* [[PyMaemo/UsingPythonInMaemo|Using Python in Maemo]]
* [[PyMaemo/UsingPythonInMaemo|Using Python in Maemo]]
Line 47: Line 54:
* [http://pycage.blogspot.com/2007/12/tablet-python-1-relocatable-software.html Martin's useful tips for PyMaemo development]
* [http://pycage.blogspot.com/2007/12/tablet-python-1-relocatable-software.html Martin's useful tips for PyMaemo development]
* [[PyMaemo/Python-GPSbt|python-gpsbt introduction and example (only applicable to Maemo 4.x)]]
* [[PyMaemo/Python-GPSbt|python-gpsbt introduction and example (only applicable to Maemo 4.x)]]
 +
 +
==== Using it ====
 +
 +
* [[PyMaemo/Installation]]
 +
* [[PyMaemo/ManualInstallation]]
 +
* [[PyMaemo/SDKInstallation]]
 +
* [[PyMaemo/FAQ]]
 +
[[Category:Python]]
[[Category:Python]]

Revision as of 09:29, 22 December 2009

Contents

What is PyMaemo?

The PyMaemo (Python for Maemo) project maintains a set of packages necessary to run and develop Python applications on the Maemo platform.

Supported Software

We currently maintain support for the python interpreter, bindings and a few applications in the Maemo platform. A detailed list can be found in PyMaemo/Components.

Screenshots

PyMaemo/Screenshots

Software written using PyMaemo

TODO

Documentation

Tutorials

Examples

Manuals and References


In progress documentation

This section contains links to documentation that is still being written.


Ye Olde Documentation

This section contains documentation that hasn't been updated to Maemo 5 (Fremantle) era.

Using it