.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH PYTHRAN "1" "September 2021" "pythran 0.10.0+ds" "User Commands" .SH NAME pythran \- part of pythran: ahead of time compiler for Python .SH DESCRIPTION usage: pythran [\-h] [\-o OUTPUT_FILE] [\-P] [\-E] [\-e] [\-v] [\-w] [\-V] [\-p pass] .IP [\-I include_dir] [\-L ldflags] [\-D macro_definition] [\-U macro_definition] [\-\-config config] input_file .PP pythran: a python to C++ compiler .SS "positional arguments:" .TP input_file the pythran module to compile, either a .py or a .cpp file .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-o\fR OUTPUT_FILE path to generated file. Honors %{ext}. .TP \fB\-P\fR only run the high\-level optimizer, do not compile .TP \fB\-E\fR only run the translator, do not compile .TP \fB\-e\fR similar to \fB\-E\fR, but does not generate python glue .TP \fB\-v\fR be more verbose .TP \fB\-w\fR be less verbose .TP \fB\-V\fR, \fB\-\-version\fR show program's version number and exit .TP \fB\-p\fR pass any pythran optimization to apply before code generation .TP \fB\-I\fR include_dir any include dir relevant to the underlying C++ compiler .TP \fB\-L\fR ldflags any search dir relevant to the linker .TP \fB\-D\fR macro_definition any macro definition relevant to the underlying C++ compiler .TP \fB\-U\fR macro_definition any macro undef relevant to the underlying C++ compiler .TP \fB\-\-config\fR config config additional params .PP It's a megablast! .SH AUTHORS pythran was primarily written by Serge Guelton. .SH "SEE ALSO" This script is part of pythran. Full documentation for pythran can be consulted at https://pythran.readthedocs.io .