Metadata-Version: 2.1
Name: empack
Version: 0.5.2
Summary: empack emscripten+boa
Home-page: https://github.com/emscripten-forge/empack
Author: Thorsten Beier
Author-email: derthorstenbeier@gmail.com
Keywords: empack
Classifier: Development Status :: 2 - Pre-Alpha
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
License-File: LICENSE.txt

# empack

Pack a mamba environment with emsdk

## Requirements

You first need to setup emsdk:

```bash
mamba install -c conda-forge emsdk
emsdk install 3.1.2
emsdk activate 3.1.2
```

## Installation

```bash
pip install git+https://github.com/emscripten-forge/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.
