EnglishFrenchSpanish

Ad


OnWorks favicon

cython - Online in the Cloud

Run cython in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command cython that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


Cython - compile Cython code (.pyx) into C to build a Python extension

SYNOPSIS


cython [options] sourcefile.{pyx,py} ...

DESCRIPTION


Cython (http://cython.org) is a compiler for code written in the Cython language. Cython
is based on Pyrex by Greg Ewing.

OPTIONS


-V, --version
Display version number of cython compiler

-l, --create-listing
Write error messages to a listing file

-I, --include-dir <directory>
Search for include files in named directory (multiple include directories are
allowed).

-o, --output-file <filename>
Specify name of generated C file

-t, --timestamps
Only compile newer source files

-f, --force
Compile all source files (overrides implied -t)

-v, --verbose
Be verbose, print file names on multiple compilation

-p, --embed-positions
If specified, the positions in Cython files of each function definition is embedded
in its docstring.

--cleanup <level>
Release interned objects on python exit, for memory debugging. Level indicates
aggressiveness, default 0 releases nothing.

-w, --working <directory>
Sets the working directory for Cython (the directory modules are searched from)

--gdb Output debug information for cygdb

--gdb-outdir <directory>
Specify gdb debug information output directory. Implies --gdb.

-D, --no-docstrings
Strip docstrings from the compiled module.

-a, --annotate
Produce a colorized HTML version of the source.

--annotate-coverage <cov.xml>
Annotate and include coverage information from cov.xml.

--line-directives
Produce #line directives pointing to the .pyx source

--cplus
Output a C++ rather than C file.

--embed[=<method_name>]
Generate a main() function that embeds the Python interpreter.

-2 Compile based on Python-2 syntax and code semantics.

-3 Compile based on Python-3 syntax and code semantics.

--lenient
Change some compile time errors to runtime errors to improve Python compatibility

--capi-reexport-cincludes
Add cincluded headers to any auto-generated header files.

--fast-fail
Abort the compilation on the first error

--warning-errors, -Werror
Make all warnings into errors

--warning-extra, -Wextra
Enable extra warnings

-X, --directive <name>=<value>[,<name=value,...] Overrides a compiler directive

Use cython online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    itop - ITSM  CMDB OpenSource
    itop - ITSM CMDB OpenSource
    IT Operations Portal: a complete open
    source, ITIL, web based service
    management tool including a fully
    customizable CMDB, a helpdesk system and
    a document man...
    Download itop - ITSM CMDB OpenSource
  • 2
    Clementine
    Clementine
    Clementine is a multi-platform music
    player and library organizer inspired by
    Amarok 1.4. It has a fast and
    easy-to-use interface, and allows you to
    search and ...
    Download Clementine
  • 3
    XISMuS
    XISMuS
    ATTENTION: Cumulative update 2.4.3 has
    been released!! The update works for any
    previous 2.x.x version. If upgrading
    from version v1.x.x, please download and
    i...
    Download XISMuS
  • 4
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 5
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 6
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 7
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • More »

Linux commands

Ad