软件包: cython (0.29.14-0.1ubuntu3)
cython 的相关链接
Trisquel 的资源:
下载源码包 cython:
- [cython_0.29.14-0.1ubuntu3.dsc]
- [cython_0.29.14.orig.tar.gz]
- [cython_0.29.14-0.1ubuntu3.debian.tar.xz]
维护者:
Original Maintainers:
- Python Applications Packaging Team (Mail Archive)
- Ondrej Certik
- Yaroslav Halchenko
外部的资源:
- 主页 [cython.org]
相似软件包:
C-Extensions for Python
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.
其他与 cython 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python2
- interactive high-level object-oriented language (Python2 version)
- dep: python2 (<< 2.8)
- dep: python2 (>= 2.7~)
-
- rec: gcc
- GNU C compiler
-
- rec: python-dev
- 软件包暂时不可用
-
- sug: cython-doc
- C-Extensions for Python - documentation