PyMaemo: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>lizardo
Initial page
 
imported>lizardo
Line 2: Line 2:


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 ==
We currently maintain support the following packages in the Maemo platform:
=== 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-support
* python-defaults
* python-runtime
=== Bindings ===
These packages provide bindings for various Maemo components.
* dbus-python
* gnome-python
* pybluez
* gst0.10-python
* pybluez
* pycairo
* pycurl
* pygame
* pygobject
* pygtk
* pyid3lib
* pyopenssl
* python-conic
* python-hildon
* python-imaging
* 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)

Revision as of 16:40, 25 May 2009

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.

List of packages

We currently maintain support the following packages in the Maemo platform:

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-support
  • python-defaults
  • python-runtime

Bindings

These packages provide bindings for various Maemo components.

  • dbus-python
  • gnome-python
  • pybluez
  • gst0.10-python
  • pybluez
  • pycairo
  • pycurl
  • pygame
  • pygobject
  • pygtk
  • pyid3lib
  • pyopenssl
  • python-conic
  • python-hildon
  • python-imaging
  • 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)