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.

Project details


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 details)

Uploaded Source

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.3m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.6mu

File details

Details for the file Cython-0.19.2.zip.

File metadata

  • Download URL: Cython-0.19.2.zip
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Cython-0.19.2.zip
Algorithm Hash digest
SHA256 9e792819aa78ba054cbb0a74a03488554978ca6c345d521f53d5eee45311bbf6
MD5 43bf703709d3499fe7131c29ef16331d
BLAKE2b-256 4ee65edff2aeb236f70d032e860c964947d7cd13d0b83e860138a34bbc5e76ac

See more details on using hashes here.

File details

Details for the file Cython-0.19.2.tar.gz.

File metadata

  • Download URL: Cython-0.19.2.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Cython-0.19.2.tar.gz
Algorithm Hash digest
SHA256 c5b55b0bd40e23a9cbcd2c1bdefe9771fc5836938acef772795813a6f6432c48
MD5 4af1218346510b464c0a6bf15500d0e2
BLAKE2b-256 c0673aa5d791da920ac9643ed54beec08b02dc342c3e83a4b7971766ff99c722

See more details on using hashes here.

File details

Details for the file Cython-0.19.2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.19.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 13a0d5aa42b609e8e201dc0ea2f103b720178cd2bc675a22eae0e4fdd97d227e
MD5 aeab8fbae47fd9ebaa70543a07bedd52
BLAKE2b-256 426efe3f9d6f7676894c7d71420693895081c719e17be52e15731ef498733738

See more details on using hashes here.

File details

Details for the file Cython-0.19.2-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.19.2-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 940f628cc500a52e82153a80c26476ccc2738a965a188068d6d8c2ae8be9c9ee
MD5 32cd66ba51350a07e4ce705994c74ceb
BLAKE2b-256 b908bbf4a0383423f276fc207f14f508cee8253171653690dbb515b7c967e3d3

See more details on using hashes here.

File details

Details for the file Cython-0.19.2-cp33-cp33m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.19.2-cp33-cp33m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f318b3668e279d913efe9a7dbfa3be90a3f5c7d9dfa0cc053c69e94c83dd7ff0
MD5 54bcd5bb8ae2b7109a4cf5b1378aef28
BLAKE2b-256 5a6c75c50c48c13b19913e5bb050eda11144514e549d2a90d4670e8bd99dcf11

See more details on using hashes here.

File details

Details for the file Cython-0.19.2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.19.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c09208b563d2129d0b0dd8e00b35b6ddc3141b881605a72f36a884ed52f4231d
MD5 ec330a44c3303fe46ec0d4c1f7759602
BLAKE2b-256 5c1b2390a54a57ae221664c6fc51c1c8bbf773e701267de67e55693ddc388d45

See more details on using hashes here.

File details

Details for the file Cython-0.19.2-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.19.2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4a96ade1ee7848bfa26738807add1ae28d706d3e4810da71e0a22491b8051af6
MD5 b2181fbdc8c7b454292ee8e0b00379d0
BLAKE2b-256 33000c9e448685e90f2963cf822f6d703a53ffa6d876d0538e9db75214b11fd5

See more details on using hashes here.

File details

Details for the file Cython-0.19.2-cp26-cp26mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.19.2-cp26-cp26mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8ca401fab8660abbdedd71b36d2e558296d29fc5affa10b5e9cfe88b31921d7d
MD5 a8a3867a3a861de3aa7611a17e47e21d
BLAKE2b-256 5ae0f2f1855b7b5e3e354d3c21871fc6f0ec76d26576054e16de5f8c493aab46

See more details on using hashes here.

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