Skip to content

Add license column to pixi list #4715

@deltamarnix

Description

@deltamarnix

Problem description

pixi list is very useful to get a list of all the packages. I want to be able to check all the licenses that are associated with the packages. It seems that pixi.lock contains all this information about package licenses.

Would it be possible to add a column for which license the package is distributed under?

In the lock file I see:

- conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda
  sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2
  md5: 8c4061f499edec6b8ac7000f6d586829
  depends:
  - python >=3.9
  license: BSD-3-Clause # <-- this info would be very useful
  license_family: BSD
  size: 19164
  timestamp: 1733762153202

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions