Path to this page:
./
devel/py-cython,
C-Extensions for Python
Branch: pkgsrc-2020Q1,
Version: 0.29.15,
Package name: py37-cython-0.29.15,
Maintainer: pkgsrc-usersThe 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.
Master sites:
SHA1: ee7d629b58560e2bff9e4df879527477c2d9286e
RMD160: 091eb38ea5a9197b9da8d320a8974ac5f68deff4
Filesize: 2006.556 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version py37-cython-0.29.15 (created)