mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 14:17:36 -05:00
[PR #2513] [CLOSED] Add mamba cross platform package manager #3934
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2513
Author: @kaypee90
Created: 9/1/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
38db75aAdd mamba cross platform package manager📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
What is this Python project?
Mamba is a fast, robust, and cross-platform package manager.
Describe features.
It runs on Windows, OS X and Linux (ARM64 and PPC64LE included) and is fully compatible with conda packages and supports most of conda’s commands.
What's the difference between this Python project and similar ones?
The mamba-org organization hosts multiple Mamba flavors:
mamba: a Python-based CLI conceived as a drop-in replacement for conda, offering higher speed and more reliable environment solutions
micromamba: a pure C++-based CLI, self-contained in a single-file executable
libmamba: a C++ library exposing low-level and high-level APIs on top of which both mamba and micromamba are built
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.