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

Bundle Command #14

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Bundle Command #14

wants to merge 11 commits into from

Conversation

PaulKMueller
Copy link
Collaborator

Motivation

When depending on other software for your projects, these dependencies often require you to distribute their license texts.
Seeking them out manually is time-consuming and annoying.

Changes

This PR introduces the bundle command:

conda-deny bundle [--prefix path_to_conda_environment] [--output path_to_output_dir]

image

bundle creates a licenses folder in $PWD (or a directory specified via --output) and then fills it with the dependencies' license files.

@PaulKMueller PaulKMueller added the enhancement New feature or request label Nov 5, 2024
@PaulKMueller PaulKMueller self-assigned this Nov 5, 2024
@PaulKMueller PaulKMueller marked this pull request as ready for review November 5, 2024 14:39
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

Successfully merging this pull request may close these issues.

1 participant