Skip to main content

The Cython compiler for writing C extensions for the Python language.

Project description

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 history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

Cython-0.19.2.zip (1.8 MB view hashes)

Uploaded Source

Cython-0.19.2.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distributions

Cython-0.19.2-cp35-cp35m-manylinux1_x86_64.whl (4.9 MB view hashes)

Uploaded CPython 3.5m

Cython-0.19.2-cp34-cp34m-manylinux1_x86_64.whl (4.9 MB view hashes)

Uploaded CPython 3.4m

Cython-0.19.2-cp33-cp33m-manylinux1_x86_64.whl (4.6 MB view hashes)

Uploaded CPython 3.3m

Cython-0.19.2-cp27-cp27mu-manylinux1_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 2.7mu

Cython-0.19.2-cp27-cp27m-manylinux1_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 2.7m

Cython-0.19.2-cp26-cp26mu-manylinux1_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 2.6mu

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page