Meta Configuration of Package python-Cython
17
1
<package name="python-Cython" project="SUSE:SLE-15:Update">
2
<title>The Cython compiler for writing C extensions for the Python language</title>
3
<description>The Cython language makes writing C extensions for the Python language as
4
easy as Python itself. Cython is a source code translator based on the
5
well-known Pyrex, but supports more cutting edge functionality and
6
optimizations.
7
8
The Cython language is very close to the Python language (and most Python
9
code is also valid Cython code), but Cython additionally supports calling C
10
functions and declaring C types on variables and class attributes. This
11
allows the compiler to generate very efficient C code from Cython code.
12
13
This makes Cython the ideal language for writing glue code for external C
14
libraries, and for fast C modules that speed up the execution of Python
15
code.</description>
16
</package>
17