Paketname | python-pyrex |
Beschreibung | compile native-code modules for Python from Python-like syntax |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.9.8.5-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 1256 Byte |
Hängt ab von | python, python-central (>= 0.6.11) |
Empfohlene Pakete | python-all-dev |
Paketbetreuer | Paul Brossier |
Quelle | pyrex |
Paketgröße | 220602 Byte |
Prüfsumme MD5 | f99f891350303063fb802f59d1cc22b0 |
Prüfsumme SHA1 | eb5c25d9c28209c5897c13c9b91d4f57fd7e4550 |
Prüfsumme SHA256 | e6788a73d40e6e72f82fba495ec93e0e479fac2d59939420bcd4a676780ecac5 |
Link zum Herunterladen | python-pyrex_0.9.8.5-2_all.deb |
Ausführliche Beschreibung | Pyrex lets you write code that mixes Python and C data types any way you want,
and compiles it into a C extension for Python.
.
You can get very large speedups for tasks that don't need all the dynamic
features of Python, with very small differences in syntax and much less
hassle than writing your modules from scratch in C.
|