Mix Python and Cython code in the same module.
Project description
Pyorcy has 2 purposes:
Allow the mix of python and cython code in a single file. This can also be done with cython’s “pure python” mode, but with import limitations. pyorcy gives you the full cython super-powers.
Launch an automatic compilation, triggered by a function decorator. This mechanism is similar to what numba offers.
So basically, you can develop and debug using the python mode. When you are happy with your function, then you just annotate the variables and add the decorator for automatic Cython code generation and compilation. Simple.
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 Distribution
File details
Details for the file pyorcy-0.1.2.tar.gz
.
File metadata
- Download URL: pyorcy-0.1.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a83b700d34a7ee0c0a84568cfdb264d374c7fcfca628a573d7cbd8c46bb2e9a |
|
MD5 | 03d5e723d090d52736cb634653af4bfe |
|
BLAKE2b-256 | 0689866d34787c69779e10e1d8b0a58ed950f2176adc3b06981c1d37de81a55c |