pyccel.commands.pyccel_config module

pyccel.commands.pyccel_config module#

Module containing scripts to manage compilation information.

pyccel.commands.pyccel_config.pyccel_config(filename, **kwargs)[source]#

Call the pyccel config pipeline.

Import and call the pyccel config pipeline.

Parameters:
  • filename (Path) – Name of the JSON file where an exported configuration is printed.

  • **kwargs (dict) – See execute_pyccel.

pyccel.commands.pyccel_config.setup_pyccel_config_parser(parser)[source]#

Add the pyccel config arguments to the parser.

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

Parameters:

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