commands.sh

cython

all

A compiler that converts `.pyx` files into C or C++ source files.

More info →

Options (2)

-o, --output-fileboolean

Specify an output file

Example: cython {{[-o|--output-file]}} {{path/to/output_file}} {{path/to/file}}
-V, --versionboolean

Display version

Example: cython {{[-V|--version]}}

Examples (4)

Compile into C code

cython path/to/file

Compile into C++ code

cython --cplus path/to/file

Specify an output file

cython [-o|--output-file] path/to/output_file path/to/file

Display version

cython [-V|--version]
made by @shridhargupta | data from tldr-pages