Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add conda-deny bundle-licenses #33

Open
pavelzw opened this issue Feb 6, 2025 · 1 comment
Open

Add conda-deny bundle-licenses #33

pavelzw opened this issue Feb 6, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@pavelzw
Copy link
Member

pavelzw commented Feb 6, 2025

No description provided.

@pavelzw pavelzw added the enhancement New feature or request label Feb 6, 2025
@fhoehle
Copy link

fhoehle commented Feb 7, 2025

A minimalistic output like conda-deny bundle-licenses --output-dir generating a directory containing all license files of every package in a dedicated folder would adress nearly all needs.

conda-deny bundle-licenses --output-dir licenses-dir

tree licenses-dir     
                                                        
licenses-dir
|── ca-certificates-2025.1.31-hf0a4a13_0
│   └── LICENSE
├── go-sops-3.9.4-hce30654_0
│   ├── golang.org
│   │   └── x
│   │       └── crypto
│   ├── google.golang.org
│   │   ├── api
│   │   │   ├── LICENSE
│   │   │   └── internal
│   │   │       └── third_party
│   │   │           └── uritemplates
│   │   │               └── LICENSE
│   │   └── gopkg.in
│   │       └── yaml.v3
│   │           ├── LICENSE
│   │           └── NOTICE
│   └── src
│       └── LICENSE
├── libffi-3.4.2-h3422bc3_5
│   └── LICENSE
└── ripgrep-14.1.1-h0ef69ab_0
    ├── LICENSE-MIT
    └── THIRDPARTY.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants