Metadata-Version: 2.1
Name: empack
Version: 0.8.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 Python 3.10 environment (located at `/path/to/env`) with the following command:

```bash
empack pack python core /path/to/env --version=3.10
```

This will generate two files `python_data.js` and `python_data.data` that you can use in the browser.
