Convert .py and .pyx to (.pyd | .so) very easily.
Project description
Cythonize one step faster
Introduction
cythonizer.py is a script that will attempt to
automatically convert one or more .py and .pyx files into
the corresponding compiled .pyd | .so binary modules
files. Example:
$ python cythonizer.py myext.pyx
pip install cythonizer will automatically create an
executable script in your Scripts/ folder, so you
should be able to simply:
$ cythonizer myext.py
or even:
$ cythonizer *.pyx
You can type:
$ cythonizer -h
to obtain the following CLI:
usage: cythonizer.py [-h] [--annotation] [--numpy-includes]
[--debugmode] filenames [filenames ...]
positional arguments:
filenames .py and .pyx files only
optional arguments:
-h, --help show this help message and exit
--annotation (default: False)
--numpy-includes (default: False)
--debugmode (default: False)
--annotationwill create the HTML Cython annotation file.--numpy-includeswill add the numpy headers to the build command.Compiler flags
-O2 -march=nativeare automatically passed to the compiler.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cythonizer-1.2.0b3.tar.gz.
File metadata
- Download URL: cythonizer-1.2.0b3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24cfd0ed809b331879e67c458992aec64ee662ca5df213acf5f4d070411d2e12
|
|
| MD5 |
b321a270dc64cf4c61329fd7a7377156
|
|
| BLAKE2b-256 |
7e565edd6cc453495828996609d89a5fc60963854ee32c807aa09244edc21d77
|
File details
Details for the file cythonizer-1.2.0b3-py3-none-any.whl.
File metadata
- Download URL: cythonizer-1.2.0b3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28e2f78c57d6f36f212ff463b6ab26470704d158f9d1309e920738268fcb1567
|
|
| MD5 |
abcfc2a254157699935ac4e9b1782058
|
|
| BLAKE2b-256 |
be7ad588f8b724519486069d92b41189cfb8a7dca6b4542453a8cc8853ee7b4a
|