conda_recipe_manager.commands.rattler_bulk_build

conda_recipe_manager.commands.rattler_bulk_build#

Description:

CLI tool that performs a bulk build operation for rattler-build.

Classes

BuildResult(code, errors)

Struct that contains the results, metadata, errors, etc of building a single recipe file.

class conda_recipe_manager.commands.rattler_bulk_build.BuildResult(code: int, errors: list[str])[source]#

Bases: object

Struct that contains the results, metadata, errors, etc of building a single recipe file.

code: int#
errors: list[str]#