cython 0.29.14-ok1build1 source package in openKylin
Changelog
cython (0.29.14-ok1build1) yangtze; urgency=medium * update changelog -- Cong Liu <email address hidden> Mon, 21 Nov 2022 10:59:12 +0800
cython (0.29.14-ok1build1) yangtze; urgency=medium * update changelog -- Cong Liu <email address hidden> Mon, 21 Nov 2022 10:59:12 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.29.14.orig.tar.gz | 2.0 MiB | e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414 |
cython_0.29.14-ok1build1.debian.tar.xz | 25.2 KiB | 9ed69bdf0ca32c2fdeaa55037eeed38a82ea5dfb84e32a02aa88916d156649de |
cython_0.29.14-ok1build1.dsc | 2.4 KiB | 400b19ea67a262b019c054f96d2121a89d1790ad2576217b54bf505d212e1f18 |
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 external C libraries, and
for fast C modules that speed up the execution of Python code.
This package contains Cython libraries built against versions of
Python configured with --pydebug.
This package contains documentation for Cython.
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 external C libraries, and
for fast C modules that speed up the execution of Python code.
This package contains Cython libraries built against versions of
Python configured with --pydebug.