LogoSailfishOS Open Build Service > Projects > home:blacksailer:tools > python3-Cython
Log In

python3-Cython

Cython is a programming language that makes writing C extensions for the Python language as easy as Python itself. It aims to become a superset of the Python language which gives it high-level, object-oriented, functional, and dynamic programming. Its main feature on top of these is support for optional static type declarations as part of the language. The source code gets translated into optimized C/C++ code and compiled as Python extension modules. This allows for both very fast program execution and tight integration with external C libraries, while keeping up the high programmer productivity for which the Python language is well known.

Source Files

Filename Size Changed Actions
Cython-0.29.13.tar.gz 1.96 MB over 4 years ago Download File
python3-Cython.spec 2.04 KB over 4 years ago Download File

Latest Revision

Ivan -- Ivan -- (blacksailer) committed over 4 years ago (revision 8)

Comments for home:blacksailer:tools (0)