Metadata-Version: 2.1
Name: empack
Version: 2.0.1
Summary: empack emscripten+boa
Home-page: https://github.com/emscripten-forge/empack
Author: Thorsten Beier
Author-email: derthorstenbeier@gmail.com
Keywords: empack
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# empack

Pack a mamba environment with emsdk

## Installation

```bash
mamba install empack -c conda-forge
```

or with pip:

```bash
pip install empack
```

## Usage

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

```bash
empack pack env --env-prefix /path/to/env --outname python_data  --config /path/to/config.yaml
```

This will generate two files `python_data.js` and `python_data.data` that you can use in the browser.
A sample config is located in [`tests/empack_test_config.yaml`](https://github.com/emscripten-forge/empack/blob/main/tests/empack_test_config.yaml)
