Letter P

python3-Cython - The most widely used Python to C compiler

Website: http://www.cython.org
License: Apache-2.0
Vendor: Alcance Libre, Inc.
Description:
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.

Python 3.6 version.

Packages

python3-Cython-0.29.37.1-1.aldos.i686 [2.2 MiB] Changelog by Joel Barrios (2024-03-03):
- Update to 0.29.37.1.

Listing created by Repoview-0.6.6-6.fc14.al