Skip to content

conda-incubator/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

🔌 Conda Plugins 🔌

A collection of conda plugins.

To learn about how to implement your own custom plugins, check out our tutorial template repo.

Plugins List

    Name Version Description Author
🏠 ⬇️ conda-libmamba-solver release A faster conda solver based on the mamba project. @conda/conda-libmamba-solver
🏠 ⬇️ conda-auth release A conda plugin for handling authenticated access to private channels. @conda/conda-auth
🏠 ⬇️ conda-lock release Generates fully-reproducible lock files for conda environments. @conda/conda-lock
🏠 ⬇️ conda-protect release Protects conda environments to avoid mistakenly modifying them; utilizes the pre-command plugin hook. @travishathaway
🏠 ⬇️ constructor release A tool which allows for the construction of an installer for a collection of conda packages. @conda/constructor