Paketname | cython |
Beschreibung | C-Extensions for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.11.2-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 3928 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), python2.6, libc6 (>= 2.3.6-6~) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 1019830 Byte |
Prüfsumme MD5 | c3841d42535c8054009c9cfb95c3e6e5 |
Prüfsumme SHA1 | f64c67cfe9299deb1dde17f3447bb5ef583b4691 |
Prüfsumme SHA256 | 59c0637cb6f600d316b04a549a1483e761209369545bbf8375f5ea65d84b42a3 |
Link zum Herunterladen | cython_0.11.2-1_i386.deb |
Ausführliche Beschreibung | Cython is a language that makes writing C extensions for the Python language as
easy as Python itself. Cython is based on the well-known Pyrex, but supports
more cutting edge functionality and optimizations.
.
The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on variables
and class attributes. This allows the compiler to generate very efficient C
code from Cython code.
.
This makes Cython the ideal language for wrapping for external C libraries, and
for fast C modules that speed up the execution of Python code.
|