python-Cython
The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language (and most Python code is also valid Cython code), 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 writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code.
- Devel package for openSUSE:Factory
-
28
derived packages
- Links to openSUSE:Factory / python-Cython
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Cython && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Cython-0.15.1.tar.gz | 0001796536 1.71 MB | |
_link | 0000000148 148 Bytes | |
python-Cython.changes | 0000001859 1.82 KB | |
python-Cython.spec | 0000002785 2.72 KB |
Revision 6 (latest revision is 201)
Sascha Peilicke (saschpe)
committed
(revision 6)
- Update to version 0.15.1: * Please see http://wiki.cython.org/ReleaseNotes-0.15.1
Comments 0