FreeBSD.software
Home/lang/py313-cython3

py313-cython3

3.2.3

Compiler for Writing C Extensions for the Python Language

Cython is a Python compiler that makes writing C extensions for Python as easy as Python itself. Cython is based on Pyrex, but supports more cutting edge functionality and optimizations. Cython translates Python code to C/C++ code, but 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.

Origin: lang/cython3
Category: lang
Size: 17.8MiB
License: APACHE20
Maintainer: sunpoet@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
Website: cython.org
$pkg install py313-cython3

Dependencies (1)

More in lang