Go to file
Klaim (Joël Lamotte) 0b8b9a7aab
Fixed create/install requiring pip install failing when the prefix have whitespaces on Windows (#1838)
* micromamba: add tests creating/installing with pip in prefix with whitespaces
* Fixed installing with pip when prefix have whitespaces on Windows

Co-authored-by: Jonas Haag <jonas@lophus.org>
2022-08-08 19:36:46 +02:00
.github/workflows Stop old builds in same branch/PR (#1843) 2022-08-06 00:37:36 +02:00
docs Improve micromamba installation documentation (#1839) 2022-08-05 23:43:25 +02:00
libmamba Fixed create/install requiring pip install failing when the prefix have whitespaces on Windows (#1838) 2022-08-08 19:36:46 +02:00
libmambapy Add missing SolverRuleinfo enum members to libmambapy (#1833) 2022-08-03 19:59:01 +02:00
mamba Replace unexisting function usage (#1835) 2022-08-04 12:17:12 +02:00
mamba_package Fix: prevent Console from reinstantiate itself while being destroyed. 2022-05-10 12:26:52 +02:00
micromamba Fixed create/install requiring pip install failing when the prefix have whitespaces on Windows (#1838) 2022-08-08 19:36:46 +02:00
.clang-format bump clang-format to 13.0.1 and make it work again 2022-02-22 15:58:47 +01:00
.flake8 Split projects (#1219) 2021-10-26 16:01:53 +02:00
.gitignore Add micromamba deinit shell command 2022-07-20 17:29:45 +02:00
.isort.cfg add multichannels from specs (#1505) 2022-04-01 14:09:25 +02:00
.pre-commit-config.yaml Fix JSON output issues (#1600) 2022-04-07 11:17:22 +02:00
.readthedocs.yml CI: Fix lint issue 2020-10-19 11:25:08 +02:00
CHANGELOG.md release micromamba 0.25.1 2022-07-29 17:33:20 +02:00
CMakeLists.txt msvc: only see severe warnings (level 1) from external headers, including conda environment library headers 2022-06-02 17:46:24 +02:00
CONTRIBUTING.md Linting 2020-08-13 19:46:57 +02:00
LICENSE Add copyright headers 2020-07-10 11:08:44 +02:00
README.md Revamp README (#1842) 2022-08-08 19:34:34 +02:00
SECURITY.md Add SECURITY.md file with email addresses 2021-07-01 18:06:33 +02:00
pyproject.toml Change pybind11 to a build dependency 2021-04-10 19:52:07 +02:00
releaser.py prepare release 0.19.1 2021-12-08 18:53:05 +01:00

README.md

mamba header image

The Fast Cross-Platform Package Manager

part of mamba-org
Package Manager mamba Package Server quetz Package Builder boa

mamba

Build Status Join the Gitter Chat docs

mamba is a reimplementation of the conda package manager in C++.

  • parallel downloading of repository data and package files using multi-threading
  • libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
  • core parts of mamba are implemented in C++ for maximum efficiency

At the same time, mamba utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible.

Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. You can read our announcement blog post. The ecosystem also consists of quetz, an open source conda package server and boa, a fast conda package builder.

Installation

Please refer to the mamba and micromamba installation guide in the documentation.

Additional features in Mamba and Micromamba

mamba and micromamba come with features on top of stock conda.

repoquery

To efficiently query repositories and query package dependencies you can use mamba repoquery or micromamba repoquery. See the repoquery documentation for details.

Installing lock files

micromamba can be used to install lock files generated by conda-lock without having to install conda-lock.

provision-with-micromamba (setup-miniconda replacement)

provision-with-micromamba is a replacement for setup-miniconda that uses micromamba. It can significantly reduce your CI setup time by:

  • Using micromamba, which takes around 1 s to install.
  • Caching package downloads.
  • Caching entire conda environments.

micromamba

micromamba is a small, pure-C++ reimplementation of mamba/conda. It strives to be a full replacement for mamba and conda. As such, it doesn't use any conda code (in fact it doesn't require Python at all).

See the documentation on micromamba for details.

Development installation

Please refer to the instructions given by the official documentation.

Support us

For questions, you can also join us on the QuantStack Chat or on the Conda channel (note that this project is not officially affiliated with conda or Anaconda Inc.).

License

We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.

This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.