cython 0.29.14-ok1 source package in openKylin
Changelog
cython (0.29.14-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
cython (0.29.14-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.29.14.orig.tar.gz | 2.0 MiB | e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414 |
cython_0.29.14-ok1.debian.tar.xz | 19.1 KiB | ace42108b132654fb47eb7ad21bb28dd42625e5390317c087c5a45d8f08c4475 |
cython_0.29.14-ok1.dsc | 2.4 KiB | 177d026750d4c63bed9708664b563ebbf93777c1fd420ce2d8b792e4340d9980 |
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.