Provided by: python3-pythran_0.11.0+ds-7_amd64 bug

NAME

       pythran-config - part of pythran: ahead of time compiler for Python

DESCRIPTION

       usage: pythran-config [-h] [--compiler] [--cflags] [--libs] [--no-python]

              [--verbose]

       output build options for pythran-generated code

   optional arguments:
       -h, --help
              show this help message and exit

       --compiler
              print default compiler

       --cflags
              print compilation flags

       --libs print linker flags

       --no-python
              do not include Python-related flags

       --verbose, -v
              verbose  mode:  [-v] prints warnings if pythranrc has an invalid configuration; use
              [-vv] for more information

       It's a megablast!

AUTHORS

        pythran was primarily written by Serge Guelton.

SEE ALSO

        This script is part of pythran. Full documentation for pythran can be
        consulted at https://pythran.readthedocs.io .