Paketname | cython |
Beschreibung | C-Extensions for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.12.1-1.1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 4020 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 | Python Applications Packaging Team |
Quelle | |
Paketgröße | 1027614 Byte |
Prüfsumme MD5 | 770e7c7bbffb63afbf2f4728a5a92697 |
Prüfsumme SHA1 | 0f58f85b264c72fa87dddf1151ed8f2aa9a12ca2 |
Prüfsumme SHA256 | ce62596d0d9c115e561a85923b52d7d18c3e7b79f991265bc428364d469d709b |
Link zum Herunterladen | cython_0.12.1-1.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.
|