From Fedora Project Wiki
(→‎Python Runtimes: add shedskin; move it a pyjamas out into a new category)
Line 89: Line 89:
* {{package|python3}} - As above, for Python 3
* {{package|python3}} - As above, for Python 3
* {{package|jython}} - Python 2 implementation on top of the Java virtual machine
* {{package|jython}} - Python 2 implementation on top of the Java virtual machine
* {{package|pyjamas}} - Python-to-JavaScript compiler, implemented in Python
'''Awaiting review:'''
'''Awaiting review:'''
* [https://bugzilla.redhat.com/show_bug.cgi?id=588941 pypy] - An alternate [http://pypy.org/ python interpreter written in a subset of python]
* [https://bugzilla.redhat.com/show_bug.cgi?id=588941 pypy] - An alternate [http://pypy.org/ python interpreter written in a subset of python]
Line 96: Line 95:
* IronPython
* IronPython
* [http://code.google.com/p/python-on-a-chip/ Python-on-a-Chip (p14p)]
* [http://code.google.com/p/python-on-a-chip/ Python-on-a-Chip (p14p)]
=== Python Compilers ===
'''Within Fedora:'''
* {{package|pyjamas}} - Python-to-JavaScript compiler, implemented in Python
'''Awaiting review:'''
* [https://bugzilla.redhat.com/show_bug.cgi?id=554187 shedskin] -  Python to C++ compiler (for a subset of Python with "implicit types")


[[Category:Fedora special-interest groups|Python SIG]]
[[Category:Fedora special-interest groups|Python SIG]]

Revision as of 19:19, 29 November 2010


Python Special Interest Group

A SIG for people who are interested in Python on Fedora. This includes packaging and optimizing the various Python 2 and Python 3 runtimes (CPython, Jython), packaging libraries and applications, setting and improving standards for packaging them as RPMs and maintaining Python packages for Fedora.

Contact Info

Mailing List: [python-devel]
IRC: #fedora-python on irc.freenode.net

Members

Ignacio Vazquez-Abrams
Tim Lauridsen
Paul Nasrat
Toshio Kuratomi
Tejas Dinkar
Aurelien Bompard
José Matos
Michel Salim
Alex Lancaster
Luke Macken
Christos Trochalakis
FelixSchwarz
Dave Malcolm: interested in core Python runtimes and low-level implementation details
Martin Bacovsky
Thomas Spura

Python packages awaiting review

Package requests

  • Chandler PIM
  • itools - A python library that includes several useful tools, such as an ODF anonymizer that can be used to sanitize confidential documents before attaching them tp bug reports
  • python-multiprocessing - multiprocessing backport useful for EL-5
  • repoze.profile - WSGI profiling middleware
  • tgscheduler - TurboGears scheduler

Links

Python website
Building Python packages
TurboGears
Packaging TurboGears Applications
Packaging Python Eggs
Unicode in Python, Completely Demystified

Upstream Release Schedules

Python 2.7

Python Features

Under development (Fedora 16?)

Under development (Fedora 15?)

Added in Fedora 14

Added in Fedora 13

Added in Fedora 11

Added in Fedora 10

Python Runtimes

Within Fedora:

  • Package-x-generic-16.pngpython - The standard "CPython" implementation of Python 2
  • Package-x-generic-16.pngpython3 - As above, for Python 3
  • Package-x-generic-16.pngjython - Python 2 implementation on top of the Java virtual machine

Awaiting review:

Awaiting packaging

Python Compilers

Within Fedora:

  • Package-x-generic-16.pngpyjamas - Python-to-JavaScript compiler, implemented in Python

Awaiting review:

  • shedskin - Python to C++ compiler (for a subset of Python with "implicit types")