- The 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.
Release files for Cython 0.12.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Cython-0.12.1.tar.gz | 535.2 kB | Details |
Release files / Cython-0.12.1.tar.gz
| Download URL | Cython-0.12.1.tar.gz |
|---|---|
| Size | 535.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f384ec20c579b80d1960a5795d6517a6885305efa9964bcbf6a7b8da88b9c77
|
|
BLAKE2b-256 checksum How to use checksums |
8ed6289f265e025c78ea6cb1e6aedb272c3c9aac8a406eef66822f16d5f6831c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |