软件包: cython3 (0.29.14-0.1ubuntu3)
cython3 的相关链接
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 3
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.
其他与 cython3 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.9)
- dep: python3 (>= 3.8~)
-
- rec: gcc
- GNU C compiler
-
- rec: python3-dev
- header files and a static library for Python (default)
-
- sug: cython-doc
- C-Extensions for Python - documentation