pyccel.commands.pyccel_make module

pyccel.commands.pyccel_make module#

File containing the pyccel make command line interface.

pyccel.commands.pyccel_make.pyccel_make(*, language, **kwargs) None[source]#

Call the pyccel make pipeline.

Import and call the pyccel make pipeline.

Parameters:
  • language (str) – The target language Pyccel is translating to.

  • **kwargs (dict) – See execute_pyccel_make.

pyccel.commands.pyccel_make.setup_pyccel_make_parser(parser)[source]#

Add the pyccel make arguments to the parser.

Add the pyccel make arguments to the parser for command line arguments.

Parameters:

parser (argparse.ArgumentParser) – The parser to be modified.