PyMaemo

(In progress documentation)
(Removing list of packages from front page.)
Line 3: Line 3:
The [http://pymaemo.garage.maemo.org/ PyMaemo] (Python for Maemo) project maintains a set of packages necessary to run and develop Python applications on the Maemo platform.
The [http://pymaemo.garage.maemo.org/ PyMaemo] (Python for Maemo) project maintains a set of packages necessary to run and develop Python applications on the Maemo platform.
-
== List of packages ==
+
== Supported Software ==
-
We currently maintain support the following packages in the Maemo platform:
+
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/SupportedSoftware]].
-
=== Applications ===
 
-
 
-
We provide some Python applications as examples, and that we find useful for PyMaemo users.
 
-
 
-
* ipython
 
-
 
-
=== Core ===
 
-
 
-
These packages are the minimal necessary to run or develop Python applications for Maemo.
 
-
 
-
* python2.5
 
-
* python-central
 
-
* python-defaults
 
-
* python-runtime
 
-
* python-support
 
-
 
-
=== Bindings ===
 
-
 
-
These packages provide bindings for various Maemo components.
 
-
 
-
* dbus-python
 
-
* gnome-python
 
-
* gst0.10-python
 
-
* pybluez
 
-
* pycairo
 
-
* pycurl
 
-
* pygame
 
-
* pygobject
 
-
* pygtk
 
-
* pyid3lib
 
-
* pyopenssl
 
-
* python-clutter (NEW)
 
-
* python-conic
 
-
* python-hildon
 
-
* [[PyMaemo/HildonDesktop|python-hildondesktop]] (NEW)
 
-
* python-imaging
 
-
* python-mafw
 
-
* python-notify
 
-
* python-numeric
 
-
* python-osso
 
-
* python-xml
 
-
* storm
 
-
 
-
=== Development ===
 
-
 
-
These packages are necessary only if you are developing Python applications on Maemo.
 
-
 
-
* cython
 
-
* pyrex
 
-
* python-setuptools
 
-
 
-
=== Support packages ===
 
-
 
-
These packages are provided as dependencies for other packages, and are not used directly by users/developers.
 
-
 
-
* libffi (dependency for python2.5)
 
-
* sdl-ttf2.0 (dependency for pygame)
 
=== In progress documentation ===
=== In progress documentation ===
Line 71: Line 14:
* [[PyMaemo/Python26PortingGuide|Python 2.6 porting guide]]
* [[PyMaemo/Python26PortingGuide|Python 2.6 porting guide]]
* [[PyMaemo/PythonOssoExamples|Python OSSO Examples]]
* [[PyMaemo/PythonOssoExamples|Python OSSO Examples]]
-
 
-
 
== Using it ==
== Using it ==

Revision as of 19:29, 21 September 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/SupportedSoftware.


In progress documentation

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

Using it

PyMaemo/Installation

PyMaemo/ManualInstallation

PyMaemo/SDKInstallation

PyMaemo/FAQ