Man page for apt-get cython Command
This tutorial shows the man page for man cython in linux.
Open terminal with 'su' access and type the command as shown below:
man cython
Result of the Command Execution shown below:
CYTHON(1) CYTHON(1)
NAME
cython compile python like .pyx file to C for use as python module
SYNOPSIS
cython files...
DESCRIPTION
This manual page documents briefly the cython command. This manual page was written for the Debian distribution because the original program does not have a
manual page.
cython is a python script that converts a .pyx file to C, so it can be compiled for use as a Python module.
You then need to compile the .c file along with the include files for Python, and link it into a shared library.
The HTML documentation explains this better, and the Demo examples show how to automate the compile and link stages more easily.
AUTHOR
This manual page was written by Peter Harris, for the Debian GNU/Linux system (but may be used by others) and the pyrex package.
Modified by Ondrej Certikfor the Cython package.
November 30, 2007 CYTHON(1)