Simple CLI tool that allows to pretty print all dependencies within conda environment.
conda-leaves
doesn't require any additional libraries to be installed, but it assumes user has conda
and cargo
installed and available in system's path.
Installation is as simple as running cargo install conda-leaves
.
Prints help information.
conda-leaves help
Prints top level packages in conda environment.
Flags:
--no-pip
- Prints packages installed by conda only
Usage:
conda-leaves leaves [Flags]
Prints tree view for the package.
Options:
-n
,-name
- Name of the package that should be printed.
Usage:
conda-leaves package --name <name>
Exports leaves to the file.
Options:
-f
,--filename
(default: environment.yml) - Name of the output yml file.
Usage:
conda-leaves export [Options]
CONDA_PREFIX="./tests/data" cargo run --release -- <command>
cargo test
cargo doc