DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamecython
BeschreibungC-Extensions for Python
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.11.2-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe3928 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), python2.6, libc6 (>= 2.3.6-6~)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße1019830 Byte
Prüfsumme MD5c3841d42535c8054009c9cfb95c3e6e5
Prüfsumme SHA1f64c67cfe9299deb1dde17f3447bb5ef583b4691
Prüfsumme SHA25659c0637cb6f600d316b04a549a1483e761209369545bbf8375f5ea65d84b42a3
Link zum Herunterladencython_0.11.2-1_i386.deb
Ausführliche BeschreibungCython 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.


Impressum
Linux is a registered trademark of Linus Torvalds