Cython 0.15.1
The Cython compiler for writing C extensions for the Python language.
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Cython-0.15.1.tar.gz (md5) | Source | 2011-09-20 | 1MB | 10183 | |
- Author: Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.
- Home Page: http://www.cython.org
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Operating System :: OS Independent
- Programming Language :: C
- Programming Language :: Cython
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 3
- Topic :: Software Development :: Code Generators
- Topic :: Software Development :: Compilers
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: scoder, robertwb
- DOAP record: Cython-0.15.1.xml
