Utils pixi
| FUNCTION | DESCRIPTION |
|---|---|
parse_collect_stdout |
Parse standard output of |
simplify_pyproject_toml |
Simplify |
Functions:¶
parse_collect_stdout(stdout)
¶
Parse standard output of pixi/1_collect.sh
Source code in fractal_server/tasks/v2/utils_pixi.py
simplify_pyproject_toml(*, original_toml_string, pixi_environment, pixi_platform)
¶
Simplify pyproject.toml contents to make pixi install less heavy.
| PARAMETER | DESCRIPTION |
|---|---|
|
Original
TYPE:
|
|
Name of the pixi environment to use (e.g.
TYPE:
|
|
Name of the platform (e.g.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
str
|
New |