empack 6.0.0


pip install empack

  Latest version

Released: Jun 30, 2025

Project Links

Meta
Author: Thorsten Beier

Classifiers

Intended Audience
  • Developers

Natural Language
  • English

Programming Language
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11

empack

Pack a mamba environment with emsdk

Installation

mamba install empack -c conda-forge

or with pip:

pip install empack

Usage

You can pack the environment (located at /path/to/env) with the following command:

empack pack env --env-prefix /path/to/env

This will generate a few .tag.gz files that correspond to the packages in the environment located at /path/to/env.

You can also provide a custom config with the --config flag. A sample config is located in tests/empack_test_config.yaml

Run the following command for more information about the other CLI parameters:

empack pack env --help

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras:
Dependencies:
click (<8.2)
networkx
platformdirs
pyyaml
requests
typer